Skip to content

Commit

Permalink
fix: style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hassanad94 committed Mar 13, 2024
1 parent c19d88b commit 5c4f243
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const useStyles = makeStyles(() => {
verticalAlign: 'middle',
},
'& .first': {
maxWidth: `calc(100% - ${CHARACHTER_SPLIT}ch)`,
maxWidth: `calc(100% - ${CHARACHTER_SPLIT + 1}ch)`,
overflow: 'hidden',
textOverflow: 'ellipsis',
},
Expand Down

0 comments on commit 5c4f243

Please sign in to comment.