Specify that only main page content tables should have the first colunm be min-width: 300px. This was affecting the logout dialog table content.

pull/3609/head
Isaac Connor 2022-09-15 16:38:39 +00:00
parent aa393c7841
commit c395a61719
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ input[name="newMonitor[Height]"] {
select.chosen {
width: 100%;
}
tr td:first-child {
#page tr td:first-child {
min-width: 300px;
vertical-align: top;
}