Skip to content

Commit 6aa35d9

Browse files
vaadin-botknoobie
andauthored
fix: update notification media query breakpoint to 450px (#12184) (#12190)
Co-authored-by: Knoobie <Knoobie@gmx.de>
1 parent 67fe235 commit 6aa35d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/vaadin-lumo-styles/src/components/notification-container.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
flex: 1 1 0%;
4040
}
4141

42-
@media (max-width: 420px) {
42+
@media (max-width: 450px) {
4343
[region-group] {
4444
flex-direction: column;
4545
align-items: stretch;

0 commit comments

Comments
 (0)