mirror of
https://github.com/duckietm/Nitro-V3.git
synced 2026-06-19 15:06:20 +00:00
63c41b4d5c
Tip tooltips were whitespace-nowrap (one very wide line) and clipped by the Section card's overflow-hidden. Bound the bubble width with wrapping (w-44, whitespace-normal, centered) and drop overflow-hidden from Section (keeping rounded corners via rounded-t/b-xl on the header) so long tips like Custom Params render fully.