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 {
flex: 1 0 600px;
@add-mixin truncate;
flex: 0 1 600px;
}
.foreignId {
flex: 0 0 200px;
flex: 0 0 100px;
}
.actions {

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

Loading…
Cancel
Save