Skip to content

Commit c498895

Browse files
committed
Fixes breaking for long li's
1 parent b73fbe7 commit c498895

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

stylesheets/_type.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,10 @@ a.t-list__item {
300300
}
301301
}
302302

303+
li {
304+
word-wrap: break-word;
305+
}
306+
303307
img {
304308
margin-right: 12px;
305309
height: 32px;

0 commit comments

Comments
 (0)