Make chosen dropdowns 100% width on monitor edit
This commit is contained in:
parent
eea4cf0924
commit
18c13c4bad
|
@ -13,3 +13,6 @@ input[name="newMonitor[Width]"],
|
||||||
input[name="newMonitor[Height]"] {
|
input[name="newMonitor[Height]"] {
|
||||||
width: 80px;
|
width: 80px;
|
||||||
}
|
}
|
||||||
|
select.chosen {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue