aboutsummaryrefslogtreecommitdiff
path: root/src/components/PollCard
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/PollCard')
-rw-r--r--src/components/PollCard/PollCard.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/PollCard/PollCard.tsx b/src/components/PollCard/PollCard.tsx
index d68ddf9..64fab34 100644
--- a/src/components/PollCard/PollCard.tsx
+++ b/src/components/PollCard/PollCard.tsx
@@ -45,7 +45,7 @@ const useStyles = makeStyles(theme => ({
},
description: {
fontSize: 14,
- padding: theme.spacing(1, 2),
+ padding: theme.spacing(0, 2, 1.25),
wordWrap: 'break-word',
whiteSpace: 'pre-wrap'
}