mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -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 {
|
||||
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
||||
|
||||
width: 250px;
|
||||
width: 300px;
|
||||
}
|
||||
|
||||
.duration,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue