Extend width of ControlDevice and Address to full width

pull/2926/head
Isaac Connor 2020-02-21 09:30:31 -05:00
parent 617b74b8bb
commit 042086b565
1 changed files with 3 additions and 1 deletions

View File

@ -10,7 +10,9 @@
}
textarea,
input[name="newMonitor[Name]"] {
input[name="newMonitor[Name]"],
input[name="newMonitor[ControlDevice]"],
input[name="newMonitor[ControlAddress]"] {
width: 100%;
}
input[name="newMonitor[Width]"],