Skip to content

Commit aaadf56

Browse files
committed
re-write smol doc, cuz it would mis lead
1 parent 0c0c3c5 commit aaadf56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/components/ChatV2/Annotations.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const AnnotationTruncated = ({
2424

2525
const lineNum = 5
2626
const multilineEllipsisTruncate = {
27-
// This is a trick to achieve a multu-line ellipsis truncation for max 3 rows of text.
27+
// This is a trick to achieve a responsive multi-line ellipsis truncation by <lineNum>.
2828
// -webkit-box is used to support legacy browsers and for WebkitBoxOrient
2929
overflow: 'hidden',
3030
flex: '1',

0 commit comments

Comments
 (0)