Skip to content

Commit

Permalink
Merge pull request #1782 from bring/button-height-for-long-text
Browse files Browse the repository at this point in the history
height fix for long text button
  • Loading branch information
amitjagtap4 committed Aug 1, 2022
2 parents 1bda0b4 + 80ecbd8 commit 80ea40e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/components/button/button.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

&--large {
font-size: 18px;
height: 58px;
min-height: 58px;
padding: 19px 24px;
i, svg {
margin-right: 12px;
Expand Down

0 comments on commit 80ea40e

Please sign in to comment.