Fixed: Adjust AudioInfo column to prevent wrapping

This commit is contained in:
Qstick 2022-12-11 22:05:10 -06:00
parent 21053885da
commit 7e10d6b59c
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
.audio {
composes: cell from '~Components/Table/Cells/TableRowCell.css';
width: 250px;
width: 300px;
}
.duration,