Skip to content

Commit

Permalink
fix(ui5-button): prevent button with icons truncate in ie (#2181)
Browse files Browse the repository at this point in the history
  • Loading branch information
fifoosid authored and ilhan007 committed Nov 5, 2020
1 parent b2c4f27 commit babe1b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/main/src/themes/Button.css
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@
}

:host([has-icon]:not([icon-end])) .ui5-button-text {
max-width: calc(100% - 1rem);
margin-left: var(--_ui5_button_base_icon_margin);
}

Expand Down

0 comments on commit babe1b2

Please sign in to comment.