Skip to content

Commit

Permalink
fix: Document list line-clamping
Browse files Browse the repository at this point in the history
  • Loading branch information
kiosion committed Mar 3, 2024
1 parent 7ee6aa1 commit 859a95c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions svelte-app/src/components/lists/list-item.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@
@include focus-state;
}
p {
@apply line-clamp-1;
}
div {
@apply flex flex-row items-center justify-start gap-3 pb-2 pt-0.5 font-mono text-sm text-dark/80 transition-colors;
Expand Down

0 comments on commit 859a95c

Please sign in to comment.