Set margin between user and "Show more" on Invite dialog (#8144)

This commit is contained in:
Suguru Hirahara 2022-03-24 13:35:19 +00:00 committed by GitHub
parent 24bda5602f
commit 981b44cb0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -99,7 +99,7 @@ limitations under the License.
.mx_InviteDialog_section_showMore {
margin: 7px 18px;
display: inline;
display: block;
}
}