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.
This commit is contained in:
Felix Kling 2024-08-08 11:36:49 +02:00 committed by GitHub
parent a3f23a5972
commit cf5467150b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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) {