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'
|
||||
}}>
|
||||
<span className="relative text-[13px] cursor-pointer inline">
|
||||
<span style={{
|
||||
fontSize: '12px',
|
||||
color: 'rgb(119, 119, 119)',
|
||||
verticalAlign: 'top'
|
||||
}}
|
||||
className="font-normal"
|
||||
<span
|
||||
className="font-normal algin-top text-[12px] text-[#777777]"
|
||||
>
|
||||
<em
|
||||
className="overflow-hidden text-ellipsis not-italic
|
||||
|
|
Loading…
Add table
Reference in a new issue