diff --git a/app/cart/components/CartContent.tsx b/app/cart/components/CartContent.tsx index 7d57d52..83f1360 100644 --- a/app/cart/components/CartContent.tsx +++ b/app/cart/components/CartContent.tsx @@ -477,10 +477,13 @@ export function CartContent({ only becomes a narrow fixed-width column at lg:, see this file's own lg:w-[20.625rem] above), plenty of room for 3 short titles in a row; stacked at true mobile and again - once the sidebar narrows at lg:. */} -
+ once the sidebar narrows at lg:. sm:w-auto with no + flex-grow (was sm:flex-1) so each badge only takes its own + content width instead of stretching to fill the full card + width. */} +
{trustBadges.map((b) => ( -
+
{b.title}