give the label column in monitor view a min-width of 300px so that it is always large enough

This commit is contained in:
Isaac Connor 2020-12-10 14:32:44 -05:00
parent b12f1cce5b
commit 2e9f991211
1 changed files with 3 additions and 0 deletions

View File

@ -42,3 +42,6 @@ input[name="newMonitor[Height]"] {
select.chosen { select.chosen {
width: 100%; width: 100%;
} }
tr td:first-child {
min-width: 300px;
}