Fixed: Increase width and truncate long names on Import List Exclusions

(cherry picked from commit 2d0541c03b761a0ec5e10711d6bd577e07141517)
This commit is contained in:
Mark McDowall
2021-11-28 15:46:06 -08:00
committed by Bogdan
parent 2a01e9b445
commit ca7f8775f5
2 changed files with 7 additions and 5 deletions
@@ -8,7 +8,7 @@
} }
.name { .name {
flex: 1 0 300px; flex: 1 0 600px;
} }
.foreignId { .foreignId {
@@ -4,12 +4,14 @@
font-weight: bold; font-weight: bold;
} }
.foreignId { .name {
flex: 0 0 200px; @add-mixin truncate;
flex: 1 0 600px;
} }
.name { .foreignId {
flex: 1 0 300px; flex: 0 0 200px;
} }
.addImportListExclusion { .addImportListExclusion {