Fixed: Unmapped Delete button cutoff

This commit is contained in:
Qstick 2023-01-14 22:26:00 -06:00
parent 250a70328e
commit b03f4d7d95
2 changed files with 2 additions and 2 deletions

View File

@ -15,5 +15,5 @@
.actions {
composes: headerCell from '~Components/Table/VirtualTableHeaderCell.css';
flex: 0 1 90px;
flex: 0 1 95px;
}

View File

@ -18,5 +18,5 @@
.actions {
composes: cell from '~Components/Table/Cells/VirtualTableRowCell.css';
flex: 0 0 90px;
flex: 0 0 95px;
}