Fixed: Displaying Import List Exclusion actions on mobile

This commit is contained in:
Bogdan
2023-12-24 05:31:34 +02:00
parent a0ab224acd
commit 9d5cdebdb2
2 changed files with 6 additions and 6 deletions

View File

@@ -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 {

View File

@@ -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 {