Skip to content
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

Tag cloud: Reconsider the default padding on full width #58886

Open
carolinan opened this issue Feb 9, 2024 · 1 comment
Open

Tag cloud: Reconsider the default padding on full width #58886

carolinan opened this issue Feb 9, 2024 · 1 comment
Assignees
Labels
[Block] Tag Cloud Affects the Tag Cloud Block [Type] Enhancement A suggestion for improvement.

Comments

@carolinan
Copy link
Contributor

Description

When the tag cloud is full width, it has left and right padding:

	&.alignfull {
		padding-left: 1em;
		padding-right: 1em;
	}

This is unexpected, because the block doesn't look like it is full width. We should consider if it can be removed or moved to the legacy theme.scss file (wp-block-style).

It was added here: #27342, and I don't think the use case is valid an anymore now that themes can use useRootPaddingAwareAlignments

Step-by-step reproduction instructions

Add a tag cloud block.
Set it to full width.
See that there is some left and right padding.

Screenshots, screen recording, code snippet

No response

Environment info

No response

Please confirm that you have searched existing issues in the repo.

Yes

Please confirm that you have tested with all plugins deactivated except Gutenberg.

Yes

@carolinan carolinan added [Type] Bug An existing feature does not function as intended [Block] Tag Cloud Affects the Tag Cloud Block [Type] Enhancement A suggestion for improvement. and removed [Type] Bug An existing feature does not function as intended labels Feb 9, 2024
@akasunil akasunil self-assigned this Jul 19, 2024
@akasunil
Copy link
Member

@carolinan Have we made a decision regarding the style's removal or transfer to legacy style yet?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Block] Tag Cloud Affects the Tag Cloud Block [Type] Enhancement A suggestion for improvement.
Projects
None yet
Development

No branches or pull requests

2 participants