Fix margin of invite to room button (#11780)

This commit is contained in:
Germain 2023-10-20 21:26:32 +01:00 committed by GitHub
parent 2173705ed5
commit c28f3164bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -78,5 +78,5 @@ limitations under the License.
.mx_MemberList_invite {
margin: 0 var(--cpd-space-2x);
width: calc(100% - var(--cpd-space-2x));
width: calc(100% - var(--cpd-space-4x));
}