Skip to content

Commit

Permalink
Fix whitespace issues by targeting only links inside paragraphs that …
Browse files Browse the repository at this point in the history
…aren't in table cells (#229)
  • Loading branch information
JakeSCahill authored Nov 4, 2024
1 parent ab75459 commit 21a7f53
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/css/doc.css
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,9 @@ html {
text-underline-offset: 2px;
text-decoration-color: var(--color-aliases-static-palette-text-tertiary);
color: var(--body-font-color);
}

.doc p:not(.tableblock) a {
white-space: nowrap;
}

Expand Down

0 comments on commit 21a7f53

Please sign in to comment.