Skip to content

Commit c1a69b2

Browse files
Rishi Ranjanarnaudj
authored andcommitted
solution for links overflowing in comments section
1 parent 2a87e64 commit c1a69b2

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
@@ -61,6 +61,8 @@ span.control:hover {
6161
background-color: #f5f5f5;
6262
font-size: 13.3333px;
6363
font-family: Verdana, Geneva, sans-serif;
64+
overflow-wrap: break-word;
65+
word-wrap: break-word;
6466
}
6567
.App__header {
6668
color: #00d8ff;

0 commit comments

Comments
 (0)