mirror of
https://github.com/element-hq/element-web
synced 2024-11-25 10:45:51 +03:00
Merge pull request #4495 from matrix-org/t3chguy/local_alias_remove
cap width of editable item list item to leave space for its X button
This commit is contained in:
commit
c537b81bea
1 changed files with 3 additions and 0 deletions
|
@ -53,6 +53,9 @@ limitations under the License.
|
||||||
.mx_EditableItem_item {
|
.mx_EditableItem_item {
|
||||||
flex: auto 1 0;
|
flex: auto 1 0;
|
||||||
order: 1;
|
order: 1;
|
||||||
|
width: calc(100% - 14px); // leave space for the remove button
|
||||||
|
overflow-x: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_EditableItemList_label {
|
.mx_EditableItemList_label {
|
||||||
|
|
Loading…
Reference in a new issue