1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 06:13:38 +00:00

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

View File

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