Skip to content

Commit d44a24e

Browse files
committed
fix: poll title ui
1 parent 6561913 commit d44a24e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/PollCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ export function PollCard({ poll, locale, profileId }: PollCardProps) {
194194
WebkitBoxOrient: 'vertical',
195195
overflow: 'hidden',
196196
textOverflow: 'ellipsis',
197-
wordBreak: 'break-word',
197+
wordBreak: 'break-all',
198198
maxWidth: '100%',
199199
fontFamily: 'Inter',
200200
fontWeight: 700,

0 commit comments

Comments
 (0)