Skip to content

Commit e679b51

Browse files
authoredJun 11, 2021
fix(ui5-button): stabilizing buttons line-height (#3416)
Fixes: #3401 Closes: #3401
1 parent e369aef commit e679b51

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎packages/main/src/themes/Button.css

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
:host {
88
min-width: var(--_ui5_button_base_min_width);
99
height: var(--_ui5_button_base_height);
10+
line-height: normal;
1011
font-family: "72override", var(--sapFontFamily);
1112
font-size: var(--sapFontSize);
1213
text-shadow: var(--_ui5_button_text_shadow);

0 commit comments

Comments
 (0)