Skip to content

Commit

Permalink
fix(core): Button fix margin for right aligned icons (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
fynnfeldpausch authored Feb 1, 2021
1 parent 385cd13 commit a3f9ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/core/components/button/button.style.less
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
}

.right {
margin: 0 -@icon-margin 0 @icon-margin / 2;
margin: 0 -@icon-margin / 2 0 @icon-margin;
}

.icon {
Expand Down

0 comments on commit a3f9ed5

Please sign in to comment.