Skip to content

Commit 98a2c4e

Browse files
authored
fix(ui5-button): fix height (#331)
1 parent 280f85d commit 98a2c4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/main/src/themes-next/Button.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ span[data-sap-ui-wc-root] .sapMBtn {
3737
min-height: var(--_ui5_button_base_height);
3838
}
3939

40-
span[data-sap-ui-wc-root] .sapMBtn::before {
40+
ui5-button span[data-sap-ui-wc-root] .sapMBtn::before {
4141
/* this is a hack for a bug in IE https:/* github.com/philipwalton/flexbugs/issues/231 */
4242
content: '';
4343
min-height: inherit;

0 commit comments

Comments
 (0)