Skip to content

Commit

Permalink
Fix 'remove alias' button in room settings (#28269)
Browse files Browse the repository at this point in the history
* fixed 'remove alias' button

* fixed 'close button'

---------

Co-authored-by: Florian Duros <[email protected]>
  • Loading branch information
Dev-Gurjar and florianduros authored Oct 28, 2024
1 parent de9a2cc commit a2c7870
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions res/css/views/elements/_EditableItemList.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@ Please see LICENSE files in the repository root for full details.
.mx_EditableItem_delete {
@mixin customisedCancelButton;
order: 3;
margin-right: 5px;
vertical-align: middle;
width: 14px;
height: 14px;
width: 28px;
height: 28px;
background-color: $alert;
mask-size: 100%;
}
Expand All @@ -42,7 +41,7 @@ Please see LICENSE files in the repository root for full details.
.mx_EditableItem_item {
flex: auto 1 0;
order: 1;
width: calc(100% - 14px); /* leave space for the remove button */
width: calc(100% - 28px); /* leave space for the remove button */
overflow-x: hidden;
text-overflow: ellipsis;
}
Expand Down

0 comments on commit a2c7870

Please sign in to comment.