New: Add details and delete buttons to file editor table

This commit is contained in:
ta264
2021-04-07 16:23:55 +01:00
parent 427f76fbe0
commit 400f77584d
5 changed files with 141 additions and 6 deletions

View File

@@ -0,0 +1,6 @@
.TrackActionsCell {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
width: 70px;
white-space: nowrap;
}