Skip to content

Commit 4edcab8

Browse files
authored
Merge pull request #76 from input-output-hk/fix/lw-12311-correctly-apply-popup-screen-styles-on-smaller-screen-sizes
fix: apply popup styles on smaller screens [LW-12311]
2 parents a57cc23 + a045b32 commit 4edcab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/design-tokens/sx.css.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { vars } from './theme';
44

55
const responsiveProperties = defineProperties({
66
conditions: {
7-
popupScreen: { '@media': 'screen and (min-width: 360px)' },
7+
popupScreen: { '@media': 'screen and (min-width: 0px)' },
88
minimumScreen: { '@media': 'screen and (min-width: 668px)' },
99
xSmallScreen: { '@media': 'screen and (min-width: 1024px)' },
1010
smallScreen: { '@media': 'screen and (min-width: 1280px)' },

0 commit comments

Comments
 (0)