Skip to content

Commit

Permalink
fix(ui5-button): fix width in ie11 (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
fifoosid authored Apr 15, 2019
1 parent 98a2c4e commit b00ab52
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/main/src/themes-next/Button.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@ span[dir="rtl"] .sapMBtn.sapMBtnIconEnd .sapWCIconInButton {
margin-left: 0;
}

span[data-sap-ui-wc-root] {
ui5-button span[data-sap-ui-wc-root] {
display: inline-block;
width: 100%;
height: 100%;
}

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

0 comments on commit b00ab52

Please sign in to comment.