From 83a5a9e2b0bf71bbe51e454da5361507b82ce5dd Mon Sep 17 00:00:00 2001 From: Omar Nabil Date: Tue, 3 Feb 2026 20:17:06 +0200 Subject: [PATCH] fix the language dropdown list align (#3080) --- src/app/core/shell/toolbar/toolbar.component.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/app/core/shell/toolbar/toolbar.component.scss b/src/app/core/shell/toolbar/toolbar.component.scss index 847990fc0..0ddc9526d 100644 --- a/src/app/core/shell/toolbar/toolbar.component.scss +++ b/src/app/core/shell/toolbar/toolbar.component.scss @@ -99,3 +99,7 @@ margin-bottom: 0; } } + +.white-text-language { + margin-top: 27px; +}