Fix margin of invite to room button (#11780)
This commit is contained in:
parent
2173705ed5
commit
c28f3164bd
1 changed files with 1 additions and 1 deletions
|
@ -78,5 +78,5 @@ limitations under the License.
|
||||||
|
|
||||||
.mx_MemberList_invite {
|
.mx_MemberList_invite {
|
||||||
margin: 0 var(--cpd-space-2x);
|
margin: 0 var(--cpd-space-2x);
|
||||||
width: calc(100% - var(--cpd-space-2x));
|
width: calc(100% - var(--cpd-space-4x));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue