fix: prevent cli-card grid overflow with min-width:0
Grid items default to min-width:auto, allowing content wider than the grid column to burst out of the track. Setting min-width:0 + overflow:hidden constrains each card to its column width regardless of content length.
Comments
0No comments yet. Be the first to start the discussion.