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