mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 12:51:55 +00:00
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:
parent
a3f23a5972
commit
cf5467150b
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user