Fixed width of select boxes for qware template

This commit is contained in:
Rooty 2021-04-18 02:18:45 +02:00
parent 8df88145aa
commit 486e6571e3

View File

@ -5,6 +5,10 @@
border-radius: 0;
}
#data div.tab-content.container-fluid form select{
min-width: 190px;
max-width: 190px;
}
.input-group-text {
min-width: 53px;