Skip to content

Commit

Permalink
Accessibility: Wrap links and code blocks (#3415)
Browse files Browse the repository at this point in the history
* Wrap links and code blocks

* rename word-wrap to overflow-wrap

* Add `word-break`

* Add `word-break`
  • Loading branch information
lauzadis committed Apr 16, 2024
1 parent 8badf76 commit 5ae6610
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -807,6 +807,8 @@ code:not(.block) {
position: absolute;
top: 8px;
right: 8px;
overflow-wrap: break-word;
word-break: break-word;
}

.sideMenuPart > .overview {
Expand Down Expand Up @@ -1029,6 +1031,8 @@ h1.cover {
font-size: inherit;
line-height: inherit;
transition: color .1s, border-color .1s;
overflow-wrap: break-word;
word-break: break-word;
}

.main-content a:hover {
Expand Down

0 comments on commit 5ae6610

Please sign in to comment.