From c59c3987da384eced503ff99d38b8187d25833eb Mon Sep 17 00:00:00 2001 From: Virginie Ky Date: Mon, 24 Feb 2020 10:05:07 +0100 Subject: [PATCH] apply PR review Signed-off-by: Virginie Ky --- .../lib/src/components/FooterModal/index.js | 2 +- .../lib/src/components/InputAddonWithErrors/index.js | 7 +------ .../admin/src/containers/FormModal/index.js | 1 - 3 files changed, 2 insertions(+), 8 deletions(-) diff --git a/packages/strapi-helper-plugin/lib/src/components/FooterModal/index.js b/packages/strapi-helper-plugin/lib/src/components/FooterModal/index.js index 7720f3c0cd..5fb85ec72f 100644 --- a/packages/strapi-helper-plugin/lib/src/components/FooterModal/index.js +++ b/packages/strapi-helper-plugin/lib/src/components/FooterModal/index.js @@ -10,7 +10,7 @@ import colors from '../../assets/styles/colors'; import sizes from '../../assets/styles/sizes'; const FooterModal = styled.div` - padding-top: ${sizes.margin * 0.9}px; + padding-top: ${sizes.margin * 0.8}px; section { display: flex; height: 73px; diff --git a/packages/strapi-helper-plugin/lib/src/components/InputAddonWithErrors/index.js b/packages/strapi-helper-plugin/lib/src/components/InputAddonWithErrors/index.js index 6c0cf4226d..d377ef7f0b 100644 --- a/packages/strapi-helper-plugin/lib/src/components/InputAddonWithErrors/index.js +++ b/packages/strapi-helper-plugin/lib/src/components/InputAddonWithErrors/index.js @@ -130,12 +130,7 @@ class InputAddonWithErrors extends React.Component { { type="string" onChange={handleChange} value={value} - style={{ marginBottom: 11 }} /> ); }