From 7f722dff0bc5616303def178e39aeb434066a6ff Mon Sep 17 00:00:00 2001 From: tophf Date: Wed, 19 Jan 2022 03:21:22 +0300 Subject: [PATCH] restore wrapping --- edit/edit.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/edit/edit.css b/edit/edit.css index 268334c6..9008a798 100644 --- a/edit/edit.css +++ b/edit/edit.css @@ -261,7 +261,7 @@ input:invalid { } #actions .buttons { - display: flex; + display: inline-flex; flex-wrap: wrap; align-items: center; } @@ -1054,9 +1054,6 @@ body.linter-disabled .hidden-unless-compact { margin-left: 1rem; padding: .25rem 0 .5rem; } - #actions { - white-space: nowrap; - } #header input[type="checkbox"] { vertical-align: middle; }