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 e36e0ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Breadcrumb/Breadcrumb.vue
Original file line number Diff line number Diff line change
Expand Up @@ -306,10 +306,10 @@ 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 {
.button-vue__wrapper {
flex-direction: row-reverse;
}
}
Expand Down

0 comments on commit e36e0ba

Please sign in to comment.