set vertical-align:top on monitor edit labels

This commit is contained in:
Isaac Connor 2021-10-25 16:55:20 -04:00
parent d4467dba36
commit 22f398dd6f
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ select.chosen {
} }
tr td:first-child { tr td:first-child {
min-width: 300px; min-width: 300px;
vertical-align: top;
} }
.OutputContainer { .OutputContainer {
display: none; display: none;