From c6e84676c4fe3ca107262dc2829d6f4860d65d53 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Fri, 8 Feb 2019 17:46:32 +0100 Subject: [PATCH] mobile tweaks for input group, select fixes --- src/components/atoms/Content.module.scss | 2 +- src/components/atoms/Form/Input.tsx | 1 + .../atoms/Form/InputGroup.module.scss | 32 +++++++++++++------ src/data/form-publish.json | 4 +-- 4 files changed, 26 insertions(+), 13 deletions(-) diff --git a/src/components/atoms/Content.module.scss b/src/components/atoms/Content.module.scss index 61d20bd..2c0860d 100644 --- a/src/components/atoms/Content.module.scss +++ b/src/components/atoms/Content.module.scss @@ -1,7 +1,7 @@ @import '../../styles/variables'; .content { - padding: 0 $spacer / 2; + padding: 0 $spacer / 1.5; max-width: $break-point--small; margin: 0 auto; diff --git a/src/components/atoms/Form/Input.tsx b/src/components/atoms/Form/Input.tsx index e1bb2c5..6ed0688 100644 --- a/src/components/atoms/Form/Input.tsx +++ b/src/components/atoms/Form/Input.tsx @@ -52,6 +52,7 @@ export default class Input extends PureComponent { return (