#10194 fixed bug in responsive

This commit is contained in:
Daniel Cebrian 2023-10-16 21:09:33 +02:00
parent d54a6faede
commit 48ffbc6c08
1 changed files with 3 additions and 3 deletions

View File

@ -350,13 +350,13 @@ table.dataTable thead th {
.flex-nowrap {
flex-wrap: nowrap !important;
}
}
@media (max-width: 1300px) {
.col-md-9,
.col-md-3 {
width: 100%;
}
}
@media (max-width: 1300px) {
.col-6 {
width: 49%;
}