From c75492018f4f591810d1f25d4f187038ab49d25e Mon Sep 17 00:00:00 2001 From: Johnny A <5891646+johnny243@users.noreply.github.com> Date: Fri, 29 Oct 2021 15:59:29 -0400 Subject: [PATCH] fix: svg icons not showing on footer section (#710) Co-authored-by: Johnny Almonte --- app/assets/stylesheets/_footer.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/assets/stylesheets/_footer.scss b/app/assets/stylesheets/_footer.scss index 5b813b3e9..c3ecf8308 100644 --- a/app/assets/stylesheets/_footer.scss +++ b/app/assets/stylesheets/_footer.scss @@ -33,6 +33,14 @@ &:hover .sk-app-bar-item-column { border-bottom: 2px solid var(--sn-stylekit-info-color); } + + .sk-app-bar-item-column { + width: 100%; + + * { + width: 100%; + } + } } }