aboutsummaryrefslogtreecommitdiff
path: root/src/components/ModalScreen
diff options
context:
space:
mode:
authorEugene Sokolov <eug-vs@keemail.me>2020-10-09 00:30:59 +0300
committerGitHub <noreply@github.com>2020-10-09 00:30:59 +0300
commita5d0f3edcd5478c81262524cbfef8273a065df36 (patch)
tree48725733e1650fb11f59e4e8dd4f752950a26f72 /src/components/ModalScreen
parentbdb4d194307c9755c2083c1a11bb876abebcb6de (diff)
parent8e9245d18ba591e93dd7dd1de9a271d0b51941a7 (diff)
downloadwhich-ui-a5d0f3edcd5478c81262524cbfef8273a065df36.tar.gz
Merge pull request #103 from which-ecosystem/feat/description
Add description to Poll Model
Diffstat (limited to 'src/components/ModalScreen')
-rw-r--r--src/components/ModalScreen/ModalScreen.tsx4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/components/ModalScreen/ModalScreen.tsx b/src/components/ModalScreen/ModalScreen.tsx
index c6f0565..cf76272 100644
--- a/src/components/ModalScreen/ModalScreen.tsx
+++ b/src/components/ModalScreen/ModalScreen.tsx
@@ -27,7 +27,9 @@ const useStyles = makeStyles(theme => ({
backgroundColor: theme.palette.background.default
},
content: {
- padding: theme.spacing(6, 0)
+ [theme.breakpoints.up('md')]: {
+ padding: theme.spacing(4)
+ }
},
toolbar: {
display: 'flex',