- Ya
- 27 Agosti 2026, 18:02 UTC
- Mwandishi
- kamo
- Ahadi ya
- 8994c8c
The collapsed accordion summary already set nowrap + ellipsis on the description, but nothing in the flex chain could shrink: a flex item defaults to min-width:auto, which for nowrap text is the full text width. MUI's own .MuiAccordionSummary-content carries no min-width:0 either, so the row grew to the longest description and painted outside the accordion on both sides. Give the summary content and the description min-width:0 so the ellipsis engages, pin the name/icon/chips with flex-shrink:0 so the space comes out of the description instead of squashing the badges, and put the full text behind a tooltip.