We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c0c3c5 commit aaadf56Copy full SHA for aaadf56
src/client/components/ChatV2/Annotations.tsx
@@ -24,7 +24,7 @@ const AnnotationTruncated = ({
24
25
const lineNum = 5
26
const multilineEllipsisTruncate = {
27
- // This is a trick to achieve a multu-line ellipsis truncation for max 3 rows of text.
+ // This is a trick to achieve a responsive multi-line ellipsis truncation by <lineNum>.
28
// -webkit-box is used to support legacy browsers and for WebkitBoxOrient
29
overflow: 'hidden',
30
flex: '1',
0 commit comments