Skip to content

Commit

Permalink
fix(kit): Connected work with CardLarge
Browse files Browse the repository at this point in the history
  • Loading branch information
mdlufy committed Sep 15, 2024
1 parent e20f48e commit e0d886c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions projects/kit/directives/connected/connected.style.less
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
--t-image-size: 2.5rem;
--t-connected-height: calc(100% - var(--t-image-size) - 0.5rem);

&[tuiCardLarge] {
--t-connected-height: calc(100% - var(--t-image-size) - 0.25rem);
}

[tuiCell],
[tuiStep] {
&:not(:last-of-type)::after {
Expand Down

0 comments on commit e0d886c

Please sign in to comment.