Skip to content

Commit

Permalink
fix(theme-default): fix word breaking (close #1209) (#1210)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Dec 28, 2022
1 parent bba63ea commit 1e7761f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ecosystem/theme-default/src/client/styles/normalize.scss
Expand Up @@ -62,6 +62,7 @@ blockquote {
border-left: 0.2rem solid var(--c-border-dark);
margin: 1rem 0;
padding: 0.25rem 0 0.25rem 1rem;
overflow-wrap: break-word;

& > p {
margin: 0;
Expand All @@ -85,6 +86,7 @@ h5,
h6 {
font-weight: 600;
line-height: 1.25;
overflow-wrap: break-word;

&:focus-visible {
outline: none;
Expand Down Expand Up @@ -160,6 +162,7 @@ p,
ul,
ol {
line-height: 1.7;
overflow-wrap: break-word;
}

hr {
Expand Down

0 comments on commit 1e7761f

Please sign in to comment.