ernestdefoe
I forgot to include a piece of CSS above
.AvocadoTagPage-hero-icon {
width: fit-content !important;
}
I'm looking at the tags page π
Edit
.AvocadoTagsPage-tagCard-icon {
width: fit-content !important;
}
.AvocadoTagsPage-tagCard-icon i {
max-height: 44px !important;
width: fit-content !important;
padding: 0 10px;
}
.AvocadoTagsPage-childPill i {
display: inline-flex !important;
width: fit-content !important;
max-width: fit-content !important;
align-items: center;
}