Skip to content

Commit

Permalink
💄 style: fix citation panel url max width
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Feb 19, 2025
1 parent 61b178b commit cf2ad75
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mdx/mdxComponents/Citation/PopoverPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ const useStyles = createStyles(({ css, token }) => ({
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
max-width: 400px;
text-overflow: ellipsis;
`,
}));
Expand Down

0 comments on commit cf2ad75

Please sign in to comment.