fix: 💄 weird row alignment when trait becomes multi-line

This commit is contained in:
Sebin Nyshkim 2025-06-28 23:56:31 +02:00
parent 2d731390bf
commit c6a4e9b4e9

View file

@ -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 {