Skip to content

Commit

Permalink
fix(ui5-responsive-popover): add minimum sizes (#1539)
Browse files Browse the repository at this point in the history
  • Loading branch information
fifoosid committed Apr 27, 2020
1 parent 56e5ba7 commit c4ae309
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/main/src/themes/ResponsivePopover.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

:host {
--_ui5_input_width: 100%;
min-width: 6.25rem;
min-height: 2rem;
}

:host(:not([with-padding])) {
Expand Down

0 comments on commit c4ae309

Please sign in to comment.