From 83eafe1aef1c2735c400c075ef264151988031b8 Mon Sep 17 00:00:00 2001 From: troogs Date: Wed, 12 Aug 2026 17:31:20 +0200 Subject: [PATCH] fix: align icons to top and fix width for multi-activity summary items --- public/checkout.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/public/checkout.css b/public/checkout.css index 655aee4..5152e3c 100644 --- a/public/checkout.css +++ b/public/checkout.css @@ -29,7 +29,7 @@ .summary-item { display: flex; - align-items: center; + align-items: flex-start; gap: 16px; padding-bottom: 12px; border-bottom: 1px solid var(--color-rose-light); @@ -42,7 +42,10 @@ .summary-icon { font-size: 1.8rem; - line-height: 1; + line-height: 1.2; + flex-shrink: 0; + width: 44px; + text-align: center; } .summary-details {