From 7a2e6aae8cbbc96ec93adf741df5040e3af2b0ab Mon Sep 17 00:00:00 2001 From: codecalm Date: Tue, 14 Jan 2020 22:00:18 +0100 Subject: [PATCH] sidebar narrow brand logo fix --- scss/layout/_layout.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/layout/_layout.scss b/scss/layout/_layout.scss index 815f91622..cdcc47909 100644 --- a/scss/layout/_layout.scss +++ b/scss/layout/_layout.scss @@ -13,7 +13,7 @@ $sidenav-folded-item-height: 3.5rem; width: $sidenav-width-narrow; .sidebar-brand { - width: $sidenav-width-narrow; + width: 100%; } .sidebar-brand-logo {