Skip to content

Commit 360b03f

Browse files
HeyItsGilbertclaude
andcommitted
fix(authors): clamp card tagline to 2 lines with ellipsis
Long taglines wrapped raggedly on the author list. Clamp to two lines so a truncated tagline shows a trailing ellipsis, signalling more on the profile. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 82b7353 commit 360b03f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

themes/powershell-community/layouts/_default/authors.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ <h2 class="text-2xl font-bold text-center text-gray-900 mb-1">
6868
</h2>
6969

7070
{{ with $tagline }}
71-
<p class="text-center text-gray-600 text-sm mb-3">{{ . }}</p>
71+
<p class="text-center text-gray-600 text-sm mb-3 line-clamp-2">{{ . }}</p>
7272
{{ end }}
7373

7474
<!-- Article Count -->

0 commit comments

Comments
 (0)