Extend width of ControlDevice and Address to full width
This commit is contained in:
parent
869713826a
commit
7645196bdc
|
@ -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]"],
|
||||||
|
|
Loading…
Reference in New Issue