Skip to content

Commit

Permalink
Merge pull request #1015 from 3YOURMIND/fix-dropped-icons-in-narrow-n…
Browse files Browse the repository at this point in the history
…avbar

fix(KtNavbar): fix icon menu segment padding
  • Loading branch information
FlorianWendelborn authored Nov 18, 2024
2 parents 1c4c8d7 + 3aa0cf1 commit 4a10e28
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/kotti-ui/source/kotti-navbar/KtNavbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,7 @@ $narrow-navbar-width: 3.4rem;
}
:deep(.kt-navbar-menu) {
padding: 4rem 0;
margin: 0.8rem 0.2rem;
padding: 0.4rem 0;
text-align: center;
}
Expand Down

0 comments on commit 4a10e28

Please sign in to comment.