Skip to content

Commit 514415a

Browse files
committed
Add word-break
1 parent 297bcd6 commit 514415a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/components/ListItem/ListItem.module.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
margin: 0;
5050
font-size: 16px;
5151
line-height: 24px;
52+
word-break: break-word;
5253

5354
@include variables.breakpoint("small") {
5455
font-size: 14px;

src/pages/research/publications.module.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
margin-top: 0;
5353
font-size: 16px;
5454
line-height: 24px;
55+
word-break: break-word;
5556

5657
@include variables.breakpoint("small") {
5758
font-size: 14px;

0 commit comments

Comments
 (0)