Merge branch 'feature/fix-select2-responsive' into 'master'

fix select2-container width

See merge request fronk/thetool!225
This commit is contained in:
Frank Schubert
2024-02-07 16:17:23 +00:00

View File

@@ -753,3 +753,8 @@ td.controls {
padding-bottom: 1px;
border-radius: 4px;
}
.select2-container {
width: 100% !important;
max-width: 100% !important;
}