Add medium-size-desktop class to notification custom title

pull/158/head
dgtlmoon 3 years ago
parent affe39ff98
commit f3ba051df4

@ -39,7 +39,7 @@ SMTPS - mailtos://user:pass@mail.domain.com?to=receivingAddress@example.com") }}
<div id="notification-customisation" style="display:none;"> <div id="notification-customisation" style="display:none;">
<div class="pure-control-group"> <div class="pure-control-group">
{{ render_field(form.notification_title) }} {{ render_field(form.notification_title, class="m-d") }}
<span class="pure-form-message-inline">Title for all notifications</span> <span class="pure-form-message-inline">Title for all notifications</span>
</div> </div>
<div class="pure-control-group"> <div class="pure-control-group">

Loading…
Cancel
Save