Skip to content

Commit a2c7870

Browse files
Fix 'remove alias' button in room settings (#28269)
* fixed 'remove alias' button * fixed 'close button' --------- Co-authored-by: Florian Duros <[email protected]>
1 parent de9a2cc commit a2c7870

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

res/css/views/elements/_EditableItemList.pcss

+3-4
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,9 @@ Please see LICENSE files in the repository root for full details.
1818
.mx_EditableItem_delete {
1919
@mixin customisedCancelButton;
2020
order: 3;
21-
margin-right: 5px;
2221
vertical-align: middle;
23-
width: 14px;
24-
height: 14px;
22+
width: 28px;
23+
height: 28px;
2524
background-color: $alert;
2625
mask-size: 100%;
2726
}
@@ -42,7 +41,7 @@ Please see LICENSE files in the repository root for full details.
4241
.mx_EditableItem_item {
4342
flex: auto 1 0;
4443
order: 1;
45-
width: calc(100% - 14px); /* leave space for the remove button */
44+
width: calc(100% - 28px); /* leave space for the remove button */
4645
overflow-x: hidden;
4746
text-overflow: ellipsis;
4847
}

0 commit comments

Comments
 (0)