Skip to content

Commit

Permalink
fix: poll title ui
Browse files Browse the repository at this point in the history
  • Loading branch information
dudu0506 committed Jan 22, 2025
1 parent 6561913 commit d44a24e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/PollCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ export function PollCard({ poll, locale, profileId }: PollCardProps) {
WebkitBoxOrient: 'vertical',
overflow: 'hidden',
textOverflow: 'ellipsis',
wordBreak: 'break-word',
wordBreak: 'break-all',
maxWidth: '100%',
fontFamily: 'Inter',
fontWeight: 700,
Expand Down

0 comments on commit d44a24e

Please sign in to comment.