revert to no margin as was before (#18967)

This commit is contained in:
Angel Garbarino
2023-02-03 09:04:14 -07:00
committed by GitHub
parent 6b7787c86a
commit dded14ef5b

View File

@@ -307,7 +307,7 @@
{{on "input" this.onChangeWithEvent}} {{on "input" this.onChangeWithEvent}}
{{on "change" this.onChangeWithEvent}} {{on "change" this.onChangeWithEvent}}
{{on "keyup" this.handleKeyUp}} {{on "keyup" this.handleKeyUp}}
class="input {{if this.validationError 'has-error-border' 'has-bottom-margin-m'}}" class="input {{if this.validationError 'has-error-border'}}"
maxLength={{@attr.options.characterLimit}} maxLength={{@attr.options.characterLimit}}
/> />
{{#if @attr.options.validationAttr}} {{#if @attr.options.validationAttr}}