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.
word-break: keep-all
1 parent 43cddd6 commit 7562d25Copy full SHA for 7562d25
assets/css/custom.scss
@@ -20,11 +20,6 @@ blockquote {
20
}
21
22
23
-.lead,
24
-.alt-lead {
25
- word-break: keep-all;
26
-}
27
-
28
.pquote {
29
border: $border;
30
padding: $spacer-3;
@@ -177,7 +172,6 @@ blockquote {
177
172
font-size: 21px;
178
173
font-weight: $font-weight-light;
179
174
color: $gray;
180
181
175
@include breakpoint(md) { font-size: 24px; }
182
176
@include breakpoint(lg) { font-size: 26px; }
183
@@ -240,3 +234,11 @@ blockquote {
240
234
.little-illo {
241
235
max-height: 50px;
242
236
237
+
238
+*:lang(ko) {
239
+ .lead,
+ .alt-lead,
+ h2 + p {
+ word-break: keep-all;
243
+ }
244
+}
0 commit comments