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 committed Sep 4, 2020
1 parent 6cb2a71 commit 31ca287
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 31ca287

Please sign in to comment.