mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 20:54:59 +08:00
cap width of editable item list item to leave space for its X remove button
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
121ac14273
commit
4fc8fc9d6c
@ -53,6 +53,9 @@ limitations under the License.
|
||||
.mx_EditableItem_item {
|
||||
flex: auto 1 0;
|
||||
order: 1;
|
||||
width: calc(100% - 14px); // leave space for the remove button
|
||||
overflow-x: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.mx_EditableItemList_label {
|
||||
|
Loading…
Reference in New Issue
Block a user