From ffeb962c707caf38b3eaf3ff1fc18bf1b1c8ef54 Mon Sep 17 00:00:00 2001 From: "k.kedron" Date: Wed, 4 Mar 2020 10:30:40 +0100 Subject: [PATCH] Fixed the navbar style Now all time contains all elements in the one line. Issue-ID: SDC-2308 Signed-off-by: Krystian Kedron Change-Id: Ic424f6bef0bc2ba83375b1339bbc451bd14ddff9 --- catalog-ui/src/app/ng2/components/layout/top-nav/top-nav.component.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/catalog-ui/src/app/ng2/components/layout/top-nav/top-nav.component.less b/catalog-ui/src/app/ng2/components/layout/top-nav/top-nav.component.less index 2bcdfc28d5..a4dde49be1 100644 --- a/catalog-ui/src/app/ng2/components/layout/top-nav/top-nav.component.less +++ b/catalog-ui/src/app/ng2/components/layout/top-nav/top-nav.component.less @@ -39,7 +39,7 @@ list-style-type: none; margin: 0 0 0 20px; padding: 0; - flex-grow: 999; + flex: 999 0 auto; & > li { float: left; -- 2.16.6