mirror of
https://github.com/caronc/apprise-api.git
synced 2025-01-06 14:09:33 +01:00
Monospace textarea (for presentation) (#76)
This commit is contained in:
parent
01f7b65d52
commit
579c44628d
@ -133,7 +133,8 @@ class NotifyForm(forms.Form):
|
||||
|
||||
body = forms.CharField(
|
||||
label=_('Body'),
|
||||
widget=forms.Textarea(),
|
||||
widget=forms.Textarea(
|
||||
attrs={'placeholder': _('Define your message body here...')}),
|
||||
max_length=apprise.NotifyBase.body_maxlen,
|
||||
)
|
||||
|
||||
|
@ -50,6 +50,7 @@ em {
|
||||
|
||||
textarea {
|
||||
height: 16rem;
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
.collapsible-body {
|
||||
|
Loading…
Reference in New Issue
Block a user