shorten comment item
This commit is contained in:
parent
6996ea7a0e
commit
2cc0bc6fda
1 changed files with 2 additions and 6 deletions
|
@ -42,12 +42,8 @@ export function CommentItem({ comment }: { comment: CommentData }) {
|
||||||
lineHeight: '13px'
|
lineHeight: '13px'
|
||||||
}}>
|
}}>
|
||||||
<span className="relative text-[13px] cursor-pointer inline">
|
<span className="relative text-[13px] cursor-pointer inline">
|
||||||
<span style={{
|
<span
|
||||||
fontSize: '12px',
|
className="font-normal algin-top text-[12px] text-[#777777]"
|
||||||
color: 'rgb(119, 119, 119)',
|
|
||||||
verticalAlign: 'top'
|
|
||||||
}}
|
|
||||||
className="font-normal"
|
|
||||||
>
|
>
|
||||||
<em
|
<em
|
||||||
className="overflow-hidden text-ellipsis not-italic
|
className="overflow-hidden text-ellipsis not-italic
|
||||||
|
|
Loading…
Add table
Reference in a new issue