You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ui): let the engine and ifdef popovers size to their content
- Both popovers were crushed to their minimum width, wrapping the
stale-index warning into word-long lines: an absolutely positioned
box treats its anchor's tiny containing block as the available
width, so without an explicit width it shrinks instead of growing
- They now size to their content up to 360px (or 80vw on a narrow
window), where the text wraps at a readable measure
0 commit comments