You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We used to set icon-only if there are no childNodes, but in this case there are child nodes, because the comments are child nodes. Some styles, that rely on having a text are applied and the button does not look right, the icon is not centred as the button is wider than it should.
Copy file name to clipboardExpand all lines: packages/main/src/Button.js
+1-1
Original file line number
Diff line number
Diff line change
@@ -284,7 +284,7 @@ class Button extends UI5Element {
284
284
console.warn(`In order for the "submits" property to have effect, you should also: import "@ui5/webcomponents/dist/features/InputElementsFormSupport.js";`);// eslint-disable-line
0 commit comments