Skip to content

Commit

Permalink
fix(editor): Fix design system button with icon vertical alignment (#…
Browse files Browse the repository at this point in the history
…6284)

* fix(editor): Fix design system button with icon vertical alignment

* trigger checks

---------

Co-authored-by: Alex Grozav <alex@grozav.com>
  • Loading branch information
cstuncsik and alexgrozav committed May 24, 2023
1 parent 3f7c4f0 commit fc580f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/design-system/src/components/N8nButton/Button.vue
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,7 @@ $loading-overlay-background-color: rgba(255, 255, 255, 0);
.icon {
display: inline-flex;
justify-content: center;
align-items: center;
svg {
display: block;
Expand Down

0 comments on commit fc580f7

Please sign in to comment.