diff options
author | ilyayudovin <ilyayudovin123@gmail.com> | 2020-10-09 22:47:56 +0300 |
---|---|---|
committer | ilyayudovin <ilyayudovin123@gmail.com> | 2020-10-09 22:47:56 +0300 |
commit | 2c209a3f52648653fda853614609c76019e5a7d2 (patch) | |
tree | 064d89e96299db504c9081bd7c8238871d762572 /src/components/PollCard/PollCard.tsx | |
parent | fcaddcd6ad8607d05279acdb87675de6180ac1cb (diff) | |
download | which-ui-2c209a3f52648653fda853614609c76019e5a7d2.tar.gz |
Add fontsize for description
Diffstat (limited to 'src/components/PollCard/PollCard.tsx')
-rw-r--r-- | src/components/PollCard/PollCard.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/PollCard/PollCard.tsx b/src/components/PollCard/PollCard.tsx index a06bad8..d68ddf9 100644 --- a/src/components/PollCard/PollCard.tsx +++ b/src/components/PollCard/PollCard.tsx @@ -44,6 +44,7 @@ const useStyles = makeStyles(theme => ({ transitionDuration: '0.5s' }, description: { + fontSize: 14, padding: theme.spacing(1, 2), wordWrap: 'break-word', whiteSpace: 'pre-wrap' |