Specify that only main page content tables should have the first colunm be min-width: 300px. This was affecting the logout dialog table content.
parent
aa393c7841
commit
c395a61719
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue