mirror of
https://github.com/Radarr/Radarr
synced 2026-05-07 10:10:59 +02:00
Merge f3454ba7ee into 9226876792
This commit is contained in:
commit
9f0fa56efc
2 changed files with 7 additions and 0 deletions
|
|
@ -8,6 +8,7 @@
|
|||
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
||||
|
||||
width: 80px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.customFormatScore {
|
||||
|
|
|
|||
|
|
@ -17,6 +17,12 @@
|
|||
width: 85px;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: calc($breakpointExtraLarge + 150px)) {
|
||||
.indexer {
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
|
||||
.quality,
|
||||
.languages {
|
||||
composes: cell from '~Components/Table/Cells/TableRowCell.css';
|
||||
|
|
|
|||
Loading…
Reference in a new issue