diff --git a/frontend/src/Activity/History/HistoryRow.css b/frontend/src/Activity/History/HistoryRow.css index 039804b6395..2ee0ff8dd28 100644 --- a/frontend/src/Activity/History/HistoryRow.css +++ b/frontend/src/Activity/History/HistoryRow.css @@ -8,6 +8,7 @@ composes: cell from '~Components/Table/Cells/TableRowCell.css'; width: 80px; + white-space: nowrap; } .customFormatScore { diff --git a/frontend/src/InteractiveSearch/InteractiveSearchRow.css b/frontend/src/InteractiveSearch/InteractiveSearchRow.css index 2268139a7a9..de7b3125b4d 100644 --- a/frontend/src/InteractiveSearch/InteractiveSearchRow.css +++ b/frontend/src/InteractiveSearch/InteractiveSearchRow.css @@ -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';