Skip to content

Commit

Permalink
Add small hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelsanchez2 committed Jun 7, 2024
1 parent 5b59936 commit 44821a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/views/task-card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default component$((props: IProps) => {
<div class="flex flex-col gap-1">
<h3
title={props.title}
class="font-bold tracking-tight pb-2 text-text md:line-clamp-1 text-sm md:text-lg max-w-[95%]"
class="font-bold tracking-tight pb-2 text-text md:line-clamp-1 text-sm md:text-lg max-w-[90%]"
>
{props.title}
</h3>
Expand Down

0 comments on commit 44821a8

Please sign in to comment.