We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bba63ea commit 1e7761fCopy full SHA for 1e7761f
ecosystem/theme-default/src/client/styles/normalize.scss
@@ -62,6 +62,7 @@ blockquote {
62
border-left: 0.2rem solid var(--c-border-dark);
63
margin: 1rem 0;
64
padding: 0.25rem 0 0.25rem 1rem;
65
+ overflow-wrap: break-word;
66
67
& > p {
68
margin: 0;
@@ -85,6 +86,7 @@ h5,
85
86
h6 {
87
font-weight: 600;
88
line-height: 1.25;
89
90
91
&:focus-visible {
92
outline: none;
@@ -160,6 +162,7 @@ p,
160
162
ul,
161
163
ol {
164
line-height: 1.7;
165
166
}
167
168
hr {
0 commit comments