Skip to content

Commit

Permalink
fix: increase gap for more button when text is clamped
Browse files Browse the repository at this point in the history
  • Loading branch information
seferturan authored and vladjerca committed Feb 13, 2025
1 parent 86eb19a commit 694d956
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions projects/client/src/lib/components/text/ClampedText.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@
display: flex;
align-items: flex-end;
gap: var(--gap-xs);
@include for-tablet-sm-and-below {
flex-direction: column;
}
Expand Down

0 comments on commit 694d956

Please sign in to comment.