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

Commit 8cf521b

Browse files
authored
Add css unit to styles.spacing.padding value to regain default paddings on menu overlay (#8665)
1 parent 69c0293 commit 8cf521b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

strand/theme.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -691,10 +691,10 @@
691691
"spacing": {
692692
"blockGap": "1.5rem",
693693
"padding": {
694-
"bottom": "0",
695-
"left": "0",
696-
"right": "0",
697-
"top": "0"
694+
"bottom": "0px",
695+
"left": "0px",
696+
"right": "0px",
697+
"top": "0px"
698698
}
699699
},
700700
"typography": {
@@ -715,4 +715,4 @@
715715
],
716716
"version": 2,
717717
"$schema": "https://schemas.wp.org/trunk/theme.json"
718-
}
718+
}

0 commit comments

Comments
 (0)