set vertical-align:top on monitor edit labels

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

View File

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