From cf5467150b0f9e9fa3167a4bfae1932a9997c78b Mon Sep 17 00:00:00 2001 From: Felix Kling Date: Thu, 8 Aug 2024 11:36:49 +0200 Subject: [PATCH] fix(svelte): Improve hovercard UI for search based info (#64350) I don't know why but having `overflow-x` causes the content of the hovercard to not fully expand to the edges. It has something to do with the sizing of the `hr` element. ## Test plan Manual testing. --- client/web-sveltekit/src/lib/repo/HovercardContent.svelte | 1 - 1 file changed, 1 deletion(-) diff --git a/client/web-sveltekit/src/lib/repo/HovercardContent.svelte b/client/web-sveltekit/src/lib/repo/HovercardContent.svelte index 5cb870eeb86..3d5e8b0a195 100644 --- a/client/web-sveltekit/src/lib/repo/HovercardContent.svelte +++ b/client/web-sveltekit/src/lib/repo/HovercardContent.svelte @@ -76,7 +76,6 @@ font-size: 0.75rem; line-height: (16/12); color: var(--hover-overlay-content-color); - overflow-x: auto; word-wrap: normal; > :global(*:first-child) {