diff --git a/edit/edit.css b/edit/edit.css index e5586a75..310e9de5 100644 --- a/edit/edit.css +++ b/edit/edit.css @@ -381,7 +381,7 @@ body[data-match-highlight="selection"] .CodeMirror-selection-highlight-scrollbar } .applies-to label { display: flex; - padding: 0; + padding: 0; height: 22px; align-items: center; margin: 0 .2em 0 0; @@ -789,6 +789,9 @@ html:not(.usercss) .usercss-only, padding: 0; } #actions { + display: flex; + flex-wrap: wrap; + white-space: nowrap; padding: 0 1rem; margin: 0; box-sizing: border-box; @@ -816,11 +819,6 @@ html:not(.usercss) .usercss-only, #basic-info #name { flex-grow: 1; } - #actions { - display: flex; - flex-wrap: wrap; - white-space: nowrap; - } #options-wrapper { display: flex; flex-wrap: wrap; @@ -846,6 +844,10 @@ html:not(.usercss) .usercss-only, position: static; margin-bottom: 0; } + #lint tbody { + display: flex; + flex-direction: column; + } #options summary { margin-left: 0; padding-left: 4px;