Skip to content

Commit

Permalink
enhance: DSAPP-57 limit height of c-app-card desc (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar authored Oct 10, 2024
1 parent 9aaf873 commit d5d676d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dist/components/c-app-card.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions src/lib/_imports/components/c-app-card.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@import url('../tools/x-truncate.css');

@custom-selector :--c-app-card
.c-app-card;

Expand Down Expand Up @@ -48,6 +50,12 @@
}


/* Desc */
:--c-app-card__desc {
@mixin truncate--many-lines;
}



/* Types */
:--c-app-card__types {
Expand Down

0 comments on commit d5d676d

Please sign in to comment.