mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-30 18:17:55 +00:00
revert to no margin as was before (#18967)
This commit is contained in:
@@ -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}}
|
||||||
|
|||||||
Reference in New Issue
Block a user