diff options
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/header.scss | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/css/header.scss b/core/css/header.scss index 9db8c183c8d..a457959bbc9 100644 --- a/core/css/header.scss +++ b/core/css/header.scss @@ -236,8 +236,10 @@ z-index: 9999; top: -999px; left: 3px; - height: 50px; padding: 11px; + display: flex; + flex-wrap: wrap; + gap: 11px; &:focus-within { top: variables.$header-height; |