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 {