Commit 92cb4e8
committed
fix(quickview): LSP hover content stretches to the popover width
The QuickView popover centers and shrink-wraps each provider's content
(.quick-view-item is a flex column with align-items:center - right for
image/color previews). When another provider widens the popover - e.g. the
problem row with its Fix button that now accompanies quickfixes - the
narrower hover content floated centered in the leftover space (a small
signature box in the middle of a wide popup). align-self:stretch on
.lsp-hover-quickview makes just the LSP hover fill the available width,
left-aligned, while image previews stay centered as designed.1 parent 62711c2 commit 92cb4e8
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2221 | 2221 | | |
2222 | 2222 | | |
2223 | 2223 | | |
| 2224 | + | |
| 2225 | + | |
| 2226 | + | |
| 2227 | + | |
| 2228 | + | |
2224 | 2229 | | |
2225 | 2230 | | |
2226 | 2231 | | |
| |||
0 commit comments