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

Commit 902f6ab

Browse files
authored
Add css unit to styles.spacing.padding value to regain default paddings on menu overlay. (#8649)
1 parent 140b7ec commit 902f6ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

artly/theme.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -923,7 +923,7 @@
923923
"bottom": "0px",
924924
"left": "var:preset|spacing|50",
925925
"right": "var:preset|spacing|50",
926-
"top": "0"
926+
"top": "0px"
927927
}
928928
},
929929
"typography": {
@@ -944,4 +944,4 @@
944944
],
945945
"version": 2,
946946
"$schema": "https://schemas.wp.org/trunk/theme.json"
947-
}
947+
}

0 commit comments

Comments
 (0)