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

Commit b1d66ac

Browse files
authored
Add css unit to styles.spacing.padding value to regain default paddings on menu overlay (#8666)
1 parent 100c51f commit b1d66ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

coachava/theme.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1139,10 +1139,10 @@
11391139
"spacing": {
11401140
"blockGap": "var(--wp--preset--spacing--40)",
11411141
"padding": {
1142-
"bottom": "0",
1142+
"bottom": "0px",
11431143
"left": "var(--wp--preset--spacing--50)",
11441144
"right": "var(--wp--preset--spacing--50)",
1145-
"top": "0"
1145+
"top": "0px"
11461146
}
11471147
},
11481148
"typography": {
@@ -1181,4 +1181,4 @@
11811181
],
11821182
"version": 3,
11831183
"$schema": "https://schemas.wp.org/trunk/theme.json"
1184-
}
1184+
}

0 commit comments

Comments
 (0)