mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07:00
Fixed: Adjust AudioInfo column to prevent wrapping
This commit is contained in:
parent
21053885da
commit
7e10d6b59c
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
||||||
.audio {
|
.audio {
|
||||||
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
||||||
|
|
||||||
width: 250px;
|
width: 300px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.duration,
|
.duration,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue