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

fix(theme): break long words #1064

Merged
merged 3 commits into from Sep 5, 2022
Merged

fix(theme): break long words #1064

merged 3 commits into from Sep 5, 2022

Conversation

gyhyfj
Copy link
Contributor

@gyhyfj gyhyfj commented Jul 25, 2022

/* base.css */
*,
::before,
::after {
  box-sizing: border-box;
  word-break: break-word;
}

fixes #782

@brc-dd brc-dd changed the title fix: add word-break rule fix(theme): add word-break rule Jul 28, 2022
@brc-dd brc-dd changed the title fix(theme): add word-break rule fix(theme): break long words Jul 29, 2022
@brc-dd brc-dd merged commit 9c739fd into vuejs:main Sep 5, 2022
brc-dd added a commit that referenced this pull request Sep 27, 2022
brc-dd added a commit that referenced this pull request Sep 27, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Long words mess up the UI
2 participants