Remove table-fixed on mobile as it messes up the layout of the DX Opportunities table

This commit is contained in:
Ian Renton
2026-05-22 22:08:23 +01:00
parent e69bb7a7ec
commit 526acf2cfd
10 changed files with 28 additions and 25 deletions

View File

@@ -336,7 +336,7 @@ div.band-spot:hover span.band-spot-info {
display: none;
}
.table-fixed {
.table-fixed-on-desktop {
table-layout: fixed;
}
@@ -376,6 +376,9 @@ div.band-spot:hover span.band-spot-info {
input#search {
max-width: 7em;
}
.table-fixed-on-desktop {
table-layout: auto !important;
}
}
@media (min-width: 992px) {