Skip to content

Commit 6dfbacc

Browse files
PODCAT-790 (#195) (#196)
Fixed the bug that one word doesn't show in one line. Co-authored-by: Ruoxi Zhang <116577061+RuoxiZhang08@users.noreply.github.com>
1 parent c4fbdf3 commit 6dfbacc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/landingPage/SiteUpdateWidget/SiteUpdateWidget.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ const UpdateCardDescription = styled.div`
9090
font-family: Lato;
9191
font-size: 14px;
9292
line-height: 17px;
93-
word-break: break-all;
93+
word-break: normal;
9494
9595
@media (min-width: 530px) {
9696
height: 57px;
@@ -112,7 +112,7 @@ const CardDescription = styled.div`
112112
font-family: Lato;
113113
font-size: 14px;
114114
line-height: 17px;
115-
word-break: break-all;
115+
word-break: normal;
116116
117117
@media (min-width: 530px) {
118118
height: 57px;

0 commit comments

Comments
 (0)