From 5856ee1ab52bb5557ddbe16889ff9cee5e25bb79 Mon Sep 17 00:00:00 2001 From: NC-jsAhonen <83913239+NC-jsAhonen@users.noreply.github.com> Date: Mon, 27 May 2024 09:57:28 +0300 Subject: [PATCH] top nav title button: keep items in one line (#482) --- src/components/topNavigation/_top-navigation.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/topNavigation/_top-navigation.scss b/src/components/topNavigation/_top-navigation.scss index 6ed712cd2..239778c14 100644 --- a/src/components/topNavigation/_top-navigation.scss +++ b/src/components/topNavigation/_top-navigation.scss @@ -49,6 +49,8 @@ font-weight: 600; outline-offset: -2px !important; cursor: pointer; + display: flex; + align-items: center; span { color: $white;