Fixed: Cutoff delete button in unmapped files

pull/834/head
ta264 4 years ago
parent acb6fc01b3
commit fa459ea7ac

@ -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 100px;
} }

@ -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 100px;
} }

Loading…
Cancel
Save