Skip to content

Commit

Permalink
feat(max-lines): make gradient smoother
Browse files Browse the repository at this point in the history
  • Loading branch information
tkohr committed Oct 15, 2024
1 parent 07c4eef commit 1a99789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/ui/layout/src/lib/max-lines/max-lines.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<ng-content></ng-content>
<div
*ngIf="showToggleButton && !isExpanded"
class="absolute inset-x-0 bottom-0 bg-gradient-to-b from-transparent to-white h-3"
class="absolute inset-x-0 bottom-0 bg-gradient-to-b from-transparent to-white h-10"
></div>
</div>
<div
Expand Down

0 comments on commit 1a99789

Please sign in to comment.