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

Add font size support to file block or remove default font size #43381

Open
Azragh opened this issue Aug 18, 2022 · 1 comment · May be fixed by #55693
Open

Add font size support to file block or remove default font size #43381

Azragh opened this issue Aug 18, 2022 · 1 comment · May be fixed by #55693
Labels
[Block] File Affects the File Block [Status] In Progress Tracking issues with work in progress [Type] Regression Related to a regression in the latest release

Comments

@Azragh
Copy link

Azragh commented Aug 18, 2022

Description

With v13.9.0 active, the file block gets a default font size of .8 em, which wasn't there before:

.wp-block-file:not(.wp-element-button) {
  font-size: .8em
}

This should be either removed or put into the users hand with the font size setting. Adjusting/overwriting this style on all the websites I used file blocks so far would be very tedious.

Step-by-step reproduction instructions

  1. Create some file blocks
  2. Activate Gutenberg
  3. Notice difference in size

Screenshots, screen recording, code snippet

With Gutenberg v13.9.0:
image

image

Without:
image

image

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

@skorasaurus skorasaurus added [Block] File Affects the File Block [Type] Regression Related to a regression in the latest release labels Aug 18, 2022
@glendaviesnz
Copy link
Contributor

Getting consistent typography support across blocks is currently being looked at here.

@carolinan carolinan self-assigned this May 8, 2023
@carolinan carolinan linked a pull request Oct 30, 2023 that will close this issue
@github-actions github-actions bot added the [Status] In Progress Tracking issues with work in progress label Oct 30, 2023
@carolinan carolinan removed their assignment Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Block] File Affects the File Block [Status] In Progress Tracking issues with work in progress [Type] Regression Related to a regression in the latest release
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants