Skip to content

Commit

Permalink
fix(core): correct text alignment in multipline buttons (fixes #534)
Browse files Browse the repository at this point in the history
  • Loading branch information
fynnfeldpausch committed Jul 24, 2024
1 parent 51974e6 commit fd93ce2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/src/components/cat-button/cat-button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -343,10 +343,12 @@ $button-sizes: (

:host(.cat-text-left) .cat-button {
justify-content: left;
text-align: left;
}

:host(.cat-text-right) .cat-button {
justify-content: right;
text-align: right;
}

// ----- navigation
Expand Down

0 comments on commit fd93ce2

Please sign in to comment.