Files
meshcore-analyzer/public
dborup ae16d23263 fix: View Path tooltip renders as a tall single-column rectangle
The tooltip's containing pane has no intrinsic width, so a plain
width:auto block collapsed to min-content (one word per line) and
never grew toward max-width at all. width:max-content makes it size
to its content up to max-width, producing a normal wrapped box.

Verified live on stg by patching the CSS in-page and re-triggering a
tooltip before shipping.
2026-07-24 19:44:58 +02:00
..