diff options
author | ilyayudovin <ilyayudovin123@gmail.com> | 2020-10-09 23:02:13 +0300 |
---|---|---|
committer | ilyayudovin <ilyayudovin123@gmail.com> | 2020-10-09 23:02:13 +0300 |
commit | 578188c82b3aba624be31b67042ecbc68f8036c1 (patch) | |
tree | 93698f823371703343597097cc055543440dbeb4 | |
parent | 5449985ccbec3ccadfb983edd5a31dae56d2fa6f (diff) | |
download | which-ui-578188c82b3aba624be31b67042ecbc68f8036c1.tar.gz |
Change paddings between images and description
-rw-r--r-- | src/components/PollCard/PollCard.tsx | 2 |
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' } |