Skip to content

Commit c1fa35d

Browse files
Fix text-wrap
1 parent 32d9080 commit c1fa35d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

blogs/blog1.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@
6161
#commentList {
6262
color: white;
6363
font-size: 20px;
64+
/* wrap the text if too big */
65+
word-wrap: break-word;
6466
}
6567
</style>
6668
</head>

0 commit comments

Comments
 (0)