Skip to content

Commit c4ae309

Browse files
authored
fix(ui5-responsive-popover): add minimum sizes (#1539)
1 parent 56e5ba7 commit c4ae309

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/main/src/themes/ResponsivePopover.css

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
:host {
44
--_ui5_input_width: 100%;
5+
min-width: 6.25rem;
6+
min-height: 2rem;
57
}
68

79
:host(:not([with-padding])) {

0 commit comments

Comments
 (0)