Skip to content

Commit

Permalink
fix: alert design
Browse files Browse the repository at this point in the history
  • Loading branch information
HiHoi committed Feb 14, 2024
1 parent 0218592 commit e7e83f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/panel/layout-panel/alert-panel/AlertCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ const AlertCard = ({ alert, handleDelete }: IAlertCard) => {
flex={8}
>
<Typography
variant="body1"
variant="Body2"
sx={{
overflow: 'hidden',
textOverflow: 'ellipsis',
display: '-webkit-box',
WebkitLineClamp: '1',
WebkitLineClamp: '2',
WebkitBoxOrient: 'vertical',
}}
>
Expand Down

0 comments on commit e7e83f1

Please sign in to comment.