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

Commit ec7557c

Browse files
authored
Add css unit to styles.spacing.padding value to regain default paddings on menu overlay (#8663)
1 parent a810380 commit ec7557c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

optimismo/theme.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1006,10 +1006,10 @@
10061006
"spacing": {
10071007
"blockGap": "var(--wp--preset--spacing--50)",
10081008
"padding": {
1009-
"bottom": "0",
1009+
"bottom": "0px",
10101010
"left": "var(--wp--preset--spacing--50)",
10111011
"right": "var(--wp--preset--spacing--50)",
1012-
"top": "0"
1012+
"top": "0px"
10131013
}
10141014
},
10151015
"typography": {

0 commit comments

Comments
 (0)