From adc8382a8c1b5d4e44acf057af1837e1aa6a18e7 Mon Sep 17 00:00:00 2001 From: Mael Date: Wed, 21 Mar 2018 16:21:18 +0100 Subject: [PATCH] :bug: typo dans le CSS et attribut inutile --- source/components/TargetSelection.css | 2 +- source/components/TargetSelection.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/components/TargetSelection.css b/source/components/TargetSelection.css index 8611b9107..affd707fd 100644 --- a/source/components/TargetSelection.css +++ b/source/components/TargetSelection.css @@ -88,7 +88,7 @@ border-bottom: 1px dashed #ffffff91} #targetSelection .attractClick, -#targetSelection input[type='numeric'] { +#targetSelection input[type='number'] { width: 5em !important; display: inline-block; height: 1.5em; diff --git a/source/components/TargetSelection.js b/source/components/TargetSelection.js index 8044537e4..12127e22a 100644 --- a/source/components/TargetSelection.js +++ b/source/components/TargetSelection.js @@ -165,7 +165,7 @@ let validate = buildValidationFunction(formValueTypes['euros']) let InputComponent = ({ input, meta: { dirty, error } }) => ( {dirty && error && {error}} - + ) let TargetOrInputValue = ({