Skip to content

Commit d03075f

Browse files
committed
Merge pull request #42 from cryogenic-ric/fix-issue#34
Fix: Issue#34, solution for links overflowing in comments section
2 parents a2a0e66 + 8a82390 commit d03075f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

public/css/style.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ span.control:hover {
116116
color: #fff !important;
117117
}
118118
.App__content {
119+
overflow-wrap: break-word;
120+
word-wrap: break-word;
119121
}
120122
.App__footer {
121123
margin-top: 1em;

0 commit comments

Comments
 (0)