Skip to content

Commit

Permalink
fix(style): improve work break for a tags (#1363)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan authored Aug 28, 2024
1 parent 2fdd042 commit cb9c508
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
margin-top: 8px;
color: var(--rp-c-text-code);
transition: color 0.5s;
word-break: break-all;
overflow-wrap: break-word;
}

.overview-group-li {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@

.inline-link {
display: inline;
word-break: break-all;
overflow-wrap: break-word;
}

// For the className injected by shiki rehype plugin
Expand Down

0 comments on commit cb9c508

Please sign in to comment.