From f94b53e8ddc7195346fcc4213f7d7d7ac4829f4d Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Fri, 2 Feb 2018 22:17:12 +0900 Subject: [PATCH] Update settings.scss --- settings/css/settings.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings/css/settings.scss b/settings/css/settings.scss index d2dd973e88..59f32cc713 100644 --- a/settings/css/settings.scss +++ b/settings/css/settings.scss @@ -137,7 +137,7 @@ input { } .personal-settings-setting-box input { - &[type="text"], &[type="email"], &[type="tel"] { + &[type="text"], &[type="email"], &[type="tel"], &[type="url"] { width: 100%; } }