mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 15:51:43 +00:00
fix(svelte): Better preloading in file tree (#64327)
Currently the link element doesn't extend to the full width of the sidebar. You can click outside of the actual text to navigate to the file, but it won't be preloaded. Now the link occupies the full width. ## Test plan Manual testing.
This commit is contained in:
parent
f7d4517dbc
commit
2e0a3ee92e
@ -175,6 +175,7 @@
|
||||
display: inherit;
|
||||
gap: inherit;
|
||||
margin-left: var(--indent-size);
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -185,8 +185,6 @@
|
||||
}
|
||||
|
||||
a {
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user