Fix subpanel field overlap

This commit is contained in:
Jack Anderson 2024-12-10 08:48:25 +00:00
parent 2f49d2c345
commit 72e05d3fae

View file

@ -83,6 +83,12 @@
}
}
@media all and (max-width: $breakpoint-small) {
.sub-panel table td {
max-width: 100px;
}
}
div.widget-panel .panel-card .card-header {
background-color: $white;
color: $midnight-blue;