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

Commit dbeea91

Browse files
authored
Add css unit to styles.spacing.padding value to regain default paddings on menu overlay (#8652)
1 parent 2c6682b commit dbeea91

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

fewer/theme.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -587,10 +587,10 @@
587587
"spacing": {
588588
"blockGap": "1.5rem",
589589
"padding": {
590-
"bottom": "0",
591-
"left": "0",
592-
"right": "0",
593-
"top": "0"
590+
"bottom": "0px",
591+
"left": "0px",
592+
"right": "0px",
593+
"top": "0px"
594594
}
595595
},
596596
"typography": {
@@ -613,4 +613,4 @@
613613
],
614614
"version": 2,
615615
"$schema": "https://schemas.wp.org/trunk/theme.json"
616-
}
616+
}

0 commit comments

Comments
 (0)