Closed KomalPolavarapu-tpr closed 2 months ago
@KomalPolavarapu-tpr I've updated the PR because in order to check your work I needed to change the settings, so there didn't seem much point in me telling you how to change the same settings again.
Setting height: 50px
would've broken the scenario where the text of a button wraps:
With height set:
Without height set:
Instead I've altered the line height so that the height of a button adds up to 50px. That's 1px top border, 8px top padding, 33px line height, 7px bottom padding and 1px bottom border. Yours added up to 48px.
@KomalPolavarapu-tpr I've updated the PR because in order to check your work I needed to change the settings, so there didn't seem much point in me telling you how to change the same settings again.
Setting
height: 50px
would've broken the scenario where the text of a button wraps:With height set:
Without height set:
Instead I've altered the line height so that the height of a button adds up to 50px. That's 1px top border, 8px top padding, 33px line height, 7px bottom padding and 1px bottom border. Yours added up to 48px.
Oh ok. I wasn't aware of multi line button I was only referring here for different kind of buttons. But adjusting line-height also seems to be working
@sussexrick Do you know who can approve this PR?
320 Fix button height