0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Fixed callout placeholder not taking full width

This commit is contained in:
Sanne de Vries 2021-11-09 15:17:36 +01:00
parent ff39c776b2
commit 347bd47f77

View file

@ -27,7 +27,7 @@
@html={{@payload.calloutText}}
@placeholder="Callout text..."
@autofocus={{true}}
@class="bn bg-transparent"
@class="w-100 bn bg-transparent"
@onChange={{action "setCalloutText"}}
@onFocus={{action (mut this.isFocused) true}}
@onBlur={{action (mut this.isFocused) false}}