Avoid line breaks in header controls (#4932)

Closes #4920
This commit is contained in:
Patrick H. Lauke 2023-03-20 18:30:08 +00:00 committed by GitHub
parent 138a4923c7
commit 9c60b2b54a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -222,6 +222,7 @@ header {
justify-content: center;
align-items: center;
height: 100%;
white-space: pre;
@include themify($themes) {
color: themed("headerColor");