From de3867dc9eb6a6bd10efd88afdc2498c0e658b76 Mon Sep 17 00:00:00 2001 From: David Blass Date: Fri, 31 May 2024 16:05:46 -0400 Subject: [PATCH] docs: fix hover wrapping --- ark/docs/src/styles.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ark/docs/src/styles.css b/ark/docs/src/styles.css index e5d3c27c7..8d2f30b8b 100644 --- a/ark/docs/src/styles.css +++ b/ark/docs/src/styles.css @@ -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 */