Skip to content

Commit

Permalink
fix: increase breakpoint in remaining style
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoCardoso committed Nov 22, 2024
1 parent e38ec03 commit c383d2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const datePickerOverlay = css`
margin-bottom: var(--lumo-space-xs);
}
@media (max-width: 430px), (max-height: 430px) {
@media (max-width: 450px), (max-height: 450px) {
[part='overlay'] {
width: 100vw;
height: 70vh;
Expand Down
2 changes: 1 addition & 1 deletion packages/select/src/vaadin-select-base-mixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export const SelectBaseMixin = (superClass) =>

/** @private */
_phoneMediaQuery: {
value: '(max-width: 430px), (max-height: 430px)',
value: '(max-width: 450px), (max-height: 450px)',
},

/** @private */
Expand Down

0 comments on commit c383d2b

Please sign in to comment.