Skip to content

Commit

Permalink
Lower ellipsis by 1 ch
Browse files Browse the repository at this point in the history
  • Loading branch information
petrvecera committed Mar 17, 2023
1 parent 425ffd4 commit 05bf09b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/other/ellipsis-text.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ interface EllipsisTextProps {
}

const EllipsisText = ({ text, maxWidth }: EllipsisTextProps) => {
maxWidth = maxWidth || "18ch";
maxWidth = maxWidth || "17ch";

const style = {
float: "left",
Expand Down

0 comments on commit 05bf09b

Please sign in to comment.