fix select2-container width

This commit is contained in:
2024-02-07 15:50:22 +01:00
parent c7c16830f7
commit 7a1727d273

View File

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