Skip to content

Commit b00ab52

Browse files
authored
fix(ui5-button): fix width in ie11 (#325)
1 parent 98a2c4e commit b00ab52

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

+1-3
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,8 @@ span[dir="rtl"] .sapMBtn.sapMBtnIconEnd .sapWCIconInButton {
1616
margin-left: 0;
1717
}
1818

19-
span[data-sap-ui-wc-root] {
19+
ui5-button span[data-sap-ui-wc-root] {
2020
display: inline-block;
21-
width: 100%;
22-
height: 100%;
2321
}
2422

2523
span[data-sap-ui-wc-root].sapUiSizeCompact .sapWCIconInButton {

0 commit comments

Comments
 (0)