From 2a66ac1db0435deda0753f2af762fd0555d6ecb1 Mon Sep 17 00:00:00 2001 From: Preston <1033514+boypt@users.noreply.github.com> Date: Thu, 22 Jul 2021 16:54:01 +0800 Subject: [PATCH] fix: setting overflow in mobile view (#150) --- backend/static/styles/styles.css | 2 +- backend/static/styles/styles.scss | 2 +- backend/templates/settings.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/static/styles/styles.css b/backend/static/styles/styles.css index a96db995..7f9976c4 100644 --- a/backend/static/styles/styles.css +++ b/backend/static/styles/styles.css @@ -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%; } diff --git a/backend/static/styles/styles.scss b/backend/static/styles/styles.scss index d6c4a817..b7fd1e34 100644 --- a/backend/static/styles/styles.scss +++ b/backend/static/styles/styles.scss @@ -401,7 +401,7 @@ footer { font-weight: bold; } - input[type=url] { + input { width: 100%; } diff --git a/backend/templates/settings.html b/backend/templates/settings.html index 96671d25..8840aef7 100644 --- a/backend/templates/settings.html +++ b/backend/templates/settings.html @@ -39,7 +39,7 @@ SMTPS - mailtos://user:pass@mail.domain.com?to=receivingAddress@example.com") }}