Extend width of ControlDevice and Address to full width

This commit is contained in:
Isaac Connor 2020-02-21 09:30:31 -05:00
parent 869713826a
commit 7645196bdc
1 changed files with 3 additions and 1 deletions

View File

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