Fix invetory column width issues to make their contents readable

This commit is contained in:
Alex Corey
2019-03-15 15:20:38 -04:00
parent 6fd5f9c6d8
commit b8beb1c64e
2 changed files with 6 additions and 1 deletions

View File

@@ -587,6 +587,11 @@ table, tbody {
}
.List-staticColumnLayout--groups {
display: grid;
grid-template-columns: 5px 25px auto;
}
.List-staticColumnLayout--inventoryGroups {
display: grid;
grid-template-columns: 5px 25px 25px auto;
}