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

pull/21833/head
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
1 changed files with 1 additions and 1 deletions

View File

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