Skip to content

Commit ab17243

Browse files
committed
Fix wrapping in SnowFlat titles
1 parent 925117c commit ab17243

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

qa-theme/SnowFlat/qa-styles.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ h1 {
118118
margin: 0;
119119
font-size: 1.4em;
120120
line-height: 1.35em;
121+
word-wrap: break-word;
121122
}
122123
h1 a {
123124
color: #fff;
@@ -1191,6 +1192,7 @@ blockquote p {
11911192
font-size: 1.125em;
11921193
line-height: 1.35em;
11931194
display: block;
1195+
word-wrap: break-word;
11941196
}
11951197
.qa-q-item-title a {
11961198
color: #1a6a9b;

0 commit comments

Comments
 (0)