fix: svg icons not showing on footer section (#710)

Co-authored-by: Johnny Almonte <johnny243@users.noreply.github.com>
This commit is contained in:
Johnny A
2021-10-29 15:59:29 -04:00
committed by GitHub
parent f8591ab348
commit c75492018f

View File

@@ -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%;
}
}
}
}