Apply suggestions from code review

This commit is contained in:
Michael Telatynski 2021-05-28 13:08:05 +01:00 committed by GitHub
parent d319768b2e
commit 36e43270ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {