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

Commit 5a5a78a

Browse files
authored
Add css unit to styles.spacing.padding value to regain default paddings on menu overlay (#8653)
1 parent 214b080 commit 5a5a78a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jinjang/theme.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -957,10 +957,10 @@
957957
"spacing": {
958958
"blockGap": "var(--wp--preset--spacing--50)",
959959
"padding": {
960-
"bottom": "0",
960+
"bottom": "0px",
961961
"left": "var(--wp--preset--spacing--70)",
962962
"right": "var(--wp--preset--spacing--70)",
963-
"top": "0"
963+
"top": "0px"
964964
}
965965
},
966966
"typography": {

0 commit comments

Comments
 (0)