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

View File

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