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

Commit f927f60

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

trellick/theme.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@
745745
"bottom": "var(--wp--preset--spacing--50)",
746746
"left": "var(--wp--preset--spacing--50)",
747747
"right": "var(--wp--preset--spacing--50)",
748-
"top": "0"
748+
"top": "0px"
749749
}
750750
},
751751
"typography": {

0 commit comments

Comments
 (0)