Fixed: Unmapped Delete button cutoff

pull/3295/head
Qstick 1 year ago
parent 250a70328e
commit b03f4d7d95

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

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

Loading…
Cancel
Save