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 = ({