mirror of
https://github.com/snowball-tools/snowballtools-base.git
synced 2026-09-09 08:34:07 +00:00
chore: limit commit message to 4 line
This commit is contained in:
@@ -55,7 +55,10 @@ const ActivityCard = ({ activity }: ActivityCardProps) => {
|
||||
</span>
|
||||
</span>
|
||||
</span>
|
||||
<p className="text-sm tracking-tight text-elements-mid-em mt-2">
|
||||
<p
|
||||
title={activity.commit.message}
|
||||
className="text-sm line-clamp-4 tracking-tight text-elements-mid-em mt-2"
|
||||
>
|
||||
{activity.commit.message}
|
||||
</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user