New: Custom Format Score column in queue

(cherry picked from commit a6f2db9139c4a6b01d162ccf8884fc02c874b4cf)

Closes #2647
Closes #2658
This commit is contained in:
jack-mil
2023-07-10 23:49:00 -04:00
committed by Bogdan
parent 0eeaa1e443
commit 1def54f246
5 changed files with 39 additions and 2 deletions

View File

@@ -16,6 +16,12 @@
width: 150px;
}
.customFormatScore {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
width: 55px;
}
.actions {
composes: cell from '~Components/Table/Cells/TableRowCell.css';