Make chosen dropdowns 100% width on monitor edit

This commit is contained in:
Isaac Connor 2019-11-01 13:40:55 -04:00
parent eea4cf0924
commit 18c13c4bad
1 changed files with 3 additions and 0 deletions

View File

@ -13,3 +13,6 @@ input[name="newMonitor[Width]"],
input[name="newMonitor[Height]"] { input[name="newMonitor[Height]"] {
width: 80px; width: 80px;
} }
select.chosen {
width: 100%;
}