Fixed: Avoid wrap of History actions

This commit is contained in:
Qstick
2021-04-18 18:46:44 -04:00
committed by GitHub
parent bf92901661
commit b7343f2e0e

View File

@@ -31,5 +31,5 @@
.details { .details {
composes: cell from '~Components/Table/Cells/TableRowCell.css'; composes: cell from '~Components/Table/Cells/TableRowCell.css';
width: 30px; width: 70px;
} }