mirror of https://github.com/vector-im/riot-web
Fix margin of invite to room button (#11780)
parent
2173705ed5
commit
c28f3164bd
|
@ -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 New Issue