mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 11:47:23 +03:00
Apply suggestions from code review
This commit is contained in:
parent
d319768b2e
commit
36e43270ca
1 changed files with 4 additions and 4 deletions
|
@ -108,7 +108,7 @@ limitations under the License.
|
|||
}
|
||||
|
||||
> p {
|
||||
margin:0;
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -298,7 +298,7 @@ limitations under the License.
|
|||
.mx_InviteDialog_userSections {
|
||||
margin-top: 4px;
|
||||
overflow-y: auto;
|
||||
padding: 0px 45px 4px 0px;
|
||||
padding: 0 45px 4px 0;
|
||||
height: calc(100% - 175px); // mx_InviteDialog's height minus some for the upper and lower elements
|
||||
}
|
||||
|
||||
|
@ -306,11 +306,11 @@ limitations under the License.
|
|||
// Right margin for the design. We could apply this to the whole dialog, but then the scrollbar
|
||||
// for the user section gets weird.
|
||||
.mx_InviteDialog_addressBar {
|
||||
margin: 8px 45px 0px 0px;
|
||||
margin: 8px 45px 0 0;
|
||||
}
|
||||
|
||||
.mx_InviteDialog_helpText {
|
||||
margin:0px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.mx_InviteDialog_helpText .mx_AccessibleButton_kind_link {
|
||||
|
|
Loading…
Reference in a new issue