Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit c28f316

Browse files
author
Germain
authored
Fix margin of invite to room button (#11780)
1 parent 2173705 commit c28f316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

res/css/views/rooms/_MemberList.pcss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,5 @@ limitations under the License.
7878

7979
.mx_MemberList_invite {
8080
margin: 0 var(--cpd-space-2x);
81-
width: calc(100% - var(--cpd-space-2x));
81+
width: calc(100% - var(--cpd-space-4x));
8282
}

0 commit comments

Comments
 (0)