aboutsummaryrefslogtreecommitdiff
path: root/src/components/PollCard/PollCard.tsx
diff options
context:
space:
mode:
authorilyayudovin <46264063+ilyayudovin@users.noreply.github.com>2020-10-10 01:05:06 +0300
committerGitHub <noreply@github.com>2020-10-10 01:05:06 +0300
commit40ac5922118015aae943872717730d7068976b1a (patch)
tree8affbbac3fa19cd43cc0f0730dcee80733fc2bfa /src/components/PollCard/PollCard.tsx
parentfcaddcd6ad8607d05279acdb87675de6180ac1cb (diff)
parent76e235f22f15b0590d2c6594f9c298d94ba59307 (diff)
downloadwhich-ui-40ac5922118015aae943872717730d7068976b1a.tar.gz
Merge pull request #105 from which-ecosystem/correction
Correction
Diffstat (limited to 'src/components/PollCard/PollCard.tsx')
-rw-r--r--src/components/PollCard/PollCard.tsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/PollCard/PollCard.tsx b/src/components/PollCard/PollCard.tsx
index a06bad8..64fab34 100644
--- a/src/components/PollCard/PollCard.tsx
+++ b/src/components/PollCard/PollCard.tsx
@@ -44,7 +44,8 @@ const useStyles = makeStyles(theme => ({
transitionDuration: '0.5s'
},
description: {
- padding: theme.spacing(1, 2),
+ fontSize: 14,
+ padding: theme.spacing(0, 2, 1.25),
wordWrap: 'break-word',
whiteSpace: 'pre-wrap'
}