give the label column in monitor view a min-width of 300px so that it is always large enough
This commit is contained in:
parent
b12f1cce5b
commit
2e9f991211
|
@ -42,3 +42,6 @@ input[name="newMonitor[Height]"] {
|
||||||
select.chosen {
|
select.chosen {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
tr td:first-child {
|
||||||
|
min-width: 300px;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue