Skip to content

Commit aa6215b

Browse files
authored
Update style.css
1 parent fe468ca commit aa6215b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

style.css

+4
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ a {
2828
text-decoration: none;
2929
color: rgb(0, 100, 255);
3030
transition-duration: 200ms;
31+
word-wrap: break-word;
32+
overflow-wrap: break-word;
3133
}
3234
a:hover {
3335
opacity: 0.7;
@@ -855,6 +857,8 @@ li.widget {
855857
border-radius: 0.75rem;
856858
background-color: rgb(245, 245, 245);
857859
margin: 0.5rem 0;
860+
word-wrap: break-word;
861+
overflow-wrap: break-word;
858862
}
859863
.commentlist .comment-body .comment-content a {
860864
text-decoration: none;

0 commit comments

Comments
 (0)