Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit 40814b5

Browse files
authored
Add css unit to styles.spacing.padding value to regain default paddings on menu overlay (#8657)
1 parent 39dbf3e commit 40814b5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

poesis/theme.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -519,10 +519,10 @@
519519
"spacing": {
520520
"blockGap": "1.5rem",
521521
"padding": {
522-
"bottom": "0",
523-
"left": "0",
524-
"right": "0",
525-
"top": "0"
522+
"bottom": "0px",
523+
"left": "0px",
524+
"right": "0px",
525+
"top": "0px"
526526
}
527527
},
528528
"typography": {

0 commit comments

Comments
 (0)