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

chore(design system): Fix block editor and dotai font sizes inconsistencies #28724 #29684

Merged
merged 3 commits into from
Aug 21, 2024

Conversation

valentinogiardino
Copy link
Contributor

@valentinogiardino valentinogiardino commented Aug 21, 2024

Proposed Changes

  • Replace font-size: $dot-editor-size with font-size: $font-size-md.
  • Remove font-size definitions for textarea, select, button, and input elements in dotai.css, allowing them to inherit font-size from dotcms.css.

Additional Information

Adjustments to font-size within ProseMirror will be handled in a separate ticket if needed.

Screenshots

Original (words counter and reading time) Updated
image image
Original (dotai) Updated
image image

This PR fixes #28724

This PR fixes: #28724

Copy link

@nollymar nollymar added this pull request to the merge queue Aug 21, 2024
Merged via the queue into master with commit 42f5c51 Aug 21, 2024
31 checks passed
@nollymar nollymar deleted the issue-28724-fix-block-editor-and-dotai-font-sizes branch August 21, 2024 21:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

UI: Update Base Font Size to 14px
4 participants