styling select2 elements

This commit is contained in:
frankknoll
2023-10-15 17:14:57 +02:00
parent 8dcc62f592
commit efe395956f

View File

@@ -4926,4 +4926,8 @@ table thead .checkbox.radio { margin-top:-7px;margin-top:-21px; }
table.dataTable.display tbody tr.prrTooHigh {
background-color: rgba(255, 0, 0, 10%);
}
.select2 {
max-width: 100%;
}