We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32d9080 commit c1fa35dCopy full SHA for c1fa35d
1 file changed
blogs/blog1.html
@@ -61,6 +61,8 @@
61
#commentList {
62
color: white;
63
font-size: 20px;
64
+ /* wrap the text if too big */
65
+ word-wrap: break-word;
66
}
67
</style>
68
</head>
0 commit comments