Skip to content

Commit

Permalink
Fix breadcrumbs dropdown icon alignment
Browse files Browse the repository at this point in the history
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
  • Loading branch information
raimund-schluessler committed Aug 18, 2022
1 parent 2ea4bfb commit 439c3a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Breadcrumb/Breadcrumb.vue
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ export default {
// Adjustments necessary to correctly shrink on small screens
max-width: 100%;
.button-vue {
.button-vue:not(.dropdown) {
padding: 0 4px 0 16px;
&__wrapper {
Expand Down

0 comments on commit 439c3a1

Please sign in to comment.