This commit is contained in:
Rohan Chandiramani (eksrow) 2026-04-19 00:29:50 -07:00 committed by GitHub
commit 9f0fa56efc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 0 deletions

View file

@ -8,6 +8,7 @@
composes: cell from '~Components/Table/Cells/TableRowCell.css';
width: 80px;
white-space: nowrap;
}
.customFormatScore {

View file

@ -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';