We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e82744b commit de89ea0Copy full SHA for de89ea0
packages/main/src/themes/Input.css
@@ -376,6 +376,8 @@
376
::slotted([ui5-icon][slot="icon"]) {
377
align-self: start;
378
padding: var(--_ui5_input_custom_icon_padding);
379
+ /* Normalize like libraries overrule the selector, thefore we need !important */
380
+ box-sizing: content-box !important;
381
}
382
383
:host([value-state="Error"]) [input-icon],
0 commit comments