diff options
-rw-r--r-- | core/css/header.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/css/header.scss b/core/css/header.scss index 28aae342c6a..b66c740c8fe 100644 --- a/core/css/header.scss +++ b/core/css/header.scss @@ -152,6 +152,8 @@ #header-right, .header-right { justify-content: flex-end; + flex-basis: 210px; + flex-shrink: 1; } /* Right header standard */ |