Skip to content

Commit 31ca287

Browse files
authored
fix(ui5-button): prevent button with icons truncate in ie (#2181)
1 parent 6cb2a71 commit 31ca287

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/main/src/themes/Button.css

-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@
9797
}
9898

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

0 commit comments

Comments
 (0)