fix: setting overflow in mobile view (#150)

This commit is contained in:
Preston
2021-07-22 18:54:01 +10:00
committed by GitHub
parent 07308eedbd
commit 2a66ac1db0
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -297,7 +297,7 @@ footer {
color: #dd0000; }
.pure-form label {
font-weight: bold; }
.pure-form input[type=url] {
.pure-form input {
width: 100%; }
.pure-form textarea {
width: 100%; }
+1 -1
View File
@@ -401,7 +401,7 @@ footer {
font-weight: bold;
}
input[type=url] {
input {
width: 100%;
}
+1 -1
View File
@@ -39,7 +39,7 @@ SMTPS - mailtos://user:pass@mail.domain.com?to=receivingAddress@example.com") }}
<div id="notification-customisation" style="display:none;">
<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>
</div>
<div class="pure-control-group">