Fixed: Allow tables to scroll on tablets in portrait mode

(cherry picked from commit 5fb632eb46cf77ea4f61d407f6429d9c32dba766)
This commit is contained in:
Mark McDowall
2025-03-23 20:06:49 -07:00
committed by Bogdan
parent 3e1e03e0ce
commit bab45481db
7 changed files with 6 additions and 13 deletions

View File

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