We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de9a2cc commit a2c7870Copy full SHA for a2c7870
res/css/views/elements/_EditableItemList.pcss
@@ -18,10 +18,9 @@ Please see LICENSE files in the repository root for full details.
18
.mx_EditableItem_delete {
19
@mixin customisedCancelButton;
20
order: 3;
21
- margin-right: 5px;
22
vertical-align: middle;
23
- width: 14px;
24
- height: 14px;
+ width: 28px;
+ height: 28px;
25
background-color: $alert;
26
mask-size: 100%;
27
}
@@ -42,7 +41,7 @@ Please see LICENSE files in the repository root for full details.
42
41
.mx_EditableItem_item {
43
flex: auto 1 0;
44
order: 1;
45
- width: calc(100% - 14px); /* leave space for the remove button */
+ width: calc(100% - 28px); /* leave space for the remove button */
46
overflow-x: hidden;
47
text-overflow: ellipsis;
48
0 commit comments