fix: 💄 weird row alignment when trait becomes multi-line
This commit is contained in:
parent
2d731390bf
commit
c6a4e9b4e9
1 changed files with 1 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue