unbork max-width for details in compact mode

regressed in 6650a371
This commit is contained in:
tophf 2021-08-01 18:58:22 +03:00
parent 55046ef68c
commit 404efcecf9

View File

@ -258,7 +258,6 @@ input:invalid {
#header details { #header details {
margin-top: .5rem; margin-top: .5rem;
max-width: 100%;
} }
#actions > * { #actions > * {
@ -1117,8 +1116,7 @@ body.linter-disabled .hidden-unless-compact {
max-height: 60px; max-height: 60px;
overflow-y: auto; overflow-y: auto;
} }
#sections-list, #header details:not(#options) {
#lint {
max-width: 50%; max-width: 50%;
} }
.options-column { .options-column {