Update settings.scss

This commit is contained in:
Christian Oliff 2018-02-02 22:17:12 +09:00 committed by GitHub
parent d2f616b545
commit f94b53e8dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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%;
}
}