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

Commit 1ba7ed9

Browse files
authored
Add css unit to styles.spacing.padding value to regain default paddings on menu overlay (#8662)
1 parent 6819d00 commit 1ba7ed9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tu/theme.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -640,9 +640,9 @@
640640
"spacing": {
641641
"blockGap": "1.5rem",
642642
"padding": {
643-
"top": "0",
643+
"top": "0px",
644644
"right": "var(--wp--style--block-gap)",
645-
"bottom": "0",
645+
"bottom": "0px",
646646
"left": "var(--wp--style--block-gap)"
647647
}
648648
},

0 commit comments

Comments
 (0)