From 404efcecf9249fca4443781919d0a42e42039236 Mon Sep 17 00:00:00 2001 From: tophf Date: Sun, 1 Aug 2021 18:58:22 +0300 Subject: [PATCH] unbork max-width for `details` in compact mode regressed in 6650a371 --- edit/edit.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/edit/edit.css b/edit/edit.css index 52e880a3..e177a982 100644 --- a/edit/edit.css +++ b/edit/edit.css @@ -258,7 +258,6 @@ input:invalid { #header details { margin-top: .5rem; - max-width: 100%; } #actions > * { @@ -1117,8 +1116,7 @@ body.linter-disabled .hidden-unless-compact { max-height: 60px; overflow-y: auto; } - #sections-list, - #lint { + #header details:not(#options) { max-width: 50%; } .options-column {