Skip to content

Commit

Permalink
fix: emotion WebkitLineClamp
Browse files Browse the repository at this point in the history
  • Loading branch information
jsxiaosi committed Dec 17, 2022
1 parent b8f381a commit 6ecee07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Home/components/Comment.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const getCommentItem = (token: GlobalToken): CSSObject => {
textOverflow: 'ellipsis',
overflow: 'hidden',
display: '-webkit-box',
'-webkit-line-clamp': '2',
WebkitLineClamp: '2',
' -webkit-box-orient': 'vertical',
},
},
Expand Down

0 comments on commit 6ecee07

Please sign in to comment.