diff --git a/web/app/components/input/__field/input__field.scss b/web/app/components/input/__field/input__field.scss index e0399498..6a7f42f0 100644 --- a/web/app/components/input/__field/input__field.scss +++ b/web/app/components/input/__field/input__field.scss @@ -10,6 +10,7 @@ height: $height; min-height: $height; padding: $paddingVrt 12px; + margin: 0; font-family: 'PT Sans', Helvetica, Arial, sans-serif; font-size: $fontSize; line-height: $lineHeight; diff --git a/web/app/components/input/input.jsx b/web/app/components/input/input.jsx index affa7e61..2338f04c 100644 --- a/web/app/components/input/input.jsx +++ b/web/app/components/input/input.jsx @@ -117,7 +117,6 @@ export default class Input extends Component { onInput={this.onInput} onKeyDown={this.onKeyDown} ref={r => (this.fieldNode = r)} - required disabled={isFieldDisabled} />