fix: setting overflow in mobile view (#150)

pull/158/head
Preston 3 years ago committed by GitHub
parent 07308eedbd
commit 2a66ac1db0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -297,7 +297,7 @@ footer {
color: #dd0000; } color: #dd0000; }
.pure-form label { .pure-form label {
font-weight: bold; } font-weight: bold; }
.pure-form input[type=url] { .pure-form input {
width: 100%; } width: 100%; }
.pure-form textarea { .pure-form textarea {
width: 100%; } width: 100%; }

@ -401,7 +401,7 @@ footer {
font-weight: bold; font-weight: bold;
} }
input[type=url] { input {
width: 100%; width: 100%;
} }

@ -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, size=80) }} {{ render_field(form.notification_title) }}
<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