aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorilyayudovin <ilyayudovin123@gmail.com>2020-10-09 23:02:13 +0300
committerilyayudovin <ilyayudovin123@gmail.com>2020-10-09 23:02:13 +0300
commit578188c82b3aba624be31b67042ecbc68f8036c1 (patch)
tree93698f823371703343597097cc055543440dbeb4
parent5449985ccbec3ccadfb983edd5a31dae56d2fa6f (diff)
downloadwhich-ui-578188c82b3aba624be31b67042ecbc68f8036c1.tar.gz
Change paddings between images and description
-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'
}