mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2026-06-24 05:35:10 +00:00
Remove table-fixed on mobile as it messes up the layout of the DX Opportunities table
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user