Fixed: Displaying Import List Exclusion actions on mobile

pull/3133/head v0.3.13.2338
Bogdan 5 months ago
parent a0ab224acd
commit 9d5cdebdb2

@ -8,11 +8,13 @@
} }
.name { .name {
flex: 1 0 600px; @add-mixin truncate;
flex: 0 1 600px;
} }
.foreignId { .foreignId {
flex: 0 0 200px; flex: 0 0 100px;
} }
.actions { .actions {

@ -5,13 +5,11 @@
} }
.name { .name {
@add-mixin truncate; flex: 0 1 600px;
flex: 1 0 600px;
} }
.foreignId { .foreignId {
flex: 0 0 200px; flex: 0 0 100px;
} }
.addImportListExclusion { .addImportListExclusion {

Loading…
Cancel
Save