From c6a4e9b4e97d7534b4520306bfcdeac0fd82f4ba Mon Sep 17 00:00:00 2001 From: Sebin Nyshkim Date: Sat, 28 Jun 2025 23:56:31 +0200 Subject: [PATCH] fix: :lipstick: weird row alignment when trait becomes multi-line --- src/components/traits.webc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/traits.webc b/src/components/traits.webc index 1bc0880..3074de8 100644 --- a/src/components/traits.webc +++ b/src/components/traits.webc @@ -21,10 +21,10 @@ grid-template-areas: 'icon type' 'icon data'; + grid-template-rows: auto 1fr; grid-template-columns: auto 1fr; column-gap: 0.75em; justify-items: start; - } :host .icon-box { @@ -44,7 +44,6 @@ border-radius: 0.5em; overflow: hidden; z-index: 1; - } :host .icon-box::before {