1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-19 21:46:43 -04:00

Fixed: Allow tables to scroll on tablets in portrait mode

Closes #7723
This commit is contained in:
Mark McDowall
2025-03-23 20:06:49 -07:00
parent da29de4cfe
commit 5fb632eb46
7 changed files with 6 additions and 13 deletions
@@ -9,7 +9,7 @@
margin-left: 10px;
}
@media only screen and (max-width: $breakpointSmall) {
@media only screen and (max-width: $breakpointMedium) {
.headerCell {
white-space: nowrap;
}