Fixed width of select boxes for qware template
This commit is contained in:
parent
8df88145aa
commit
486e6571e3
@ -5,6 +5,10 @@
|
|||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#data div.tab-content.container-fluid form select{
|
||||||
|
min-width: 190px;
|
||||||
|
max-width: 190px;
|
||||||
|
}
|
||||||
|
|
||||||
.input-group-text {
|
.input-group-text {
|
||||||
min-width: 53px;
|
min-width: 53px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user