Skip to content

Commit

Permalink
docs: fix hover wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
ssalbdivad committed May 31, 2024
1 parent 5f81d25 commit de3867d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ark/docs/src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ starlight-theme-select,
background: #001323aa;
backdrop-filter: blur(8px);
box-shadow: var(--hover-glow);
/** Applying wrapping to hovers looks awful */
white-space: pre;
}

/* Firefox specific rules */
Expand Down

0 comments on commit de3867d

Please sign in to comment.