Fixes issue with inventory group names that are extremely long.

This commit is contained in:
Alex Corey
2019-03-14 07:28:29 -04:00
parent a63a204a21
commit 2650cbfc87
3 changed files with 5 additions and 5 deletions

View File

@@ -109,7 +109,7 @@ table, tbody {
.List-tableCell {
padding: 7px 15px;
border-top:0px!important;
word-wrap: break-word;
word-break: break-word;
display: flex;
align-items: center;
height: 100%;