Skip to content

Commit

Permalink
fix: word truncated in title (#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
seatonjiang committed May 27, 2022
1 parent 66dc12a commit d2e4f59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -922,6 +922,7 @@ ol {
.k-main .details .article .header .title {
padding: 24px 0 0;
border: none;
word-break: break-word;
}

.k-main .details .article .header .meta {
Expand Down

0 comments on commit d2e4f59

Please sign in to comment.