Skip to content

Commit

Permalink
fix: add specific rule for ico + content for compact mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Thulin committed Dec 3, 2024
1 parent 235d823 commit 2150d56
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions source/sass/component/_collection.scss
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,10 @@ $c-collection-item-background-color: var(--c-collection-card-background-color, $
.c-collection__item > .c-collection__secondary {
padding: $c-collection-padding-y-compact $c-collection-padding-x-compact;
}

.c-collection__icon + .c-collection__content {
padding-left: 0;
}
}
}

Expand Down

0 comments on commit 2150d56

Please sign in to comment.