Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cover: Add Padding Styles #21492
Cover: Add Padding Styles #21492
Changes from all commits
66ec200
dff4163
7904c75
0f3c00d
fb77888
69e4a1c
b0877d1
4f05a24
65736fc
779ae5b
d37a6f5
8ef3f80
74e327c
aa790ea
aa5b18b
7687799
21efbac
cd8c007
0acb9ee
ebbf031
85979dd
2f14a64
1352863
9956662
508124b
6c8e05d
6dd9a2d
58a3968
33dadc6
2780a8f
789cfd9
23e252d
0a490f0
3e48e86
b9ecc2b
bd522f6
73f8215
3b2b4dc
51d42d9
27fd539
31ef976
b447ee6
aba8973
7cecdaf
8fb4dea
8b282df
e6e4548
2ebfcba
da3cb72
be8dedc
2a497b9
6713a08
1856cc1
5c4e7b2
16de5ae
23cbeaf
03ea817
48b489d
623de49
853932f
8686b4a
ed203c7
15307d5
db86e9c
2556e4d
09ddc40
58956c2
73332d7
b5e923b
728b5fd
c5586e9
67d5690
34e6cd4
a93def3
2d3fe72
3bc1dce
0a972d6
ce8de26
7342f4f
022bd12
e646191
78379ae
96c5de8
e966e62
c40b731
0831bf1
4c4a24b
02b51a5
ae40997
0716d21
dab5b21
609b9c3
2818628
6a376c0
2242ccd
c4ada30
550b742
b87de71
46f48ac
7ec2ea2
1cf533a
0d5f647
e0ff560
f263906
f3d22fa
dbc99ce
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this rely on "useFeature"? cc @gziolo
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can decide later, my take on it is what fits Global Styles, it should be considered editor features so site owners could decide what to allow for user with different roles.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any reason for this component to be used in the "style" hook instead of directly in "PaddingEdit"? Do we expect any other "spacing" hook to be added later?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A potential spacing related hook may be
margin
.