From: Tom Hughes Date: Thu, 4 Mar 2021 13:45:34 +0000 (+0000) Subject: Merge remote-tracking branch 'upstream/pull/3121' X-Git-Tag: live~2474 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/d8b9b6dd58cf049acc6cf647f80ceb5e3e200cd6?hp=d66541124fdf6d4da22c3c26ef24b205c486c3a7 Merge remote-tracking branch 'upstream/pull/3121' --- diff --git a/app/assets/stylesheets/small.scss b/app/assets/stylesheets/small.scss index 808b8caa6..530d7b7e6 100644 --- a/app/assets/stylesheets/small.scss +++ b/app/assets/stylesheets/small.scss @@ -124,26 +124,3 @@ body.small-nav { } } } - -@media (max-width: 575.98px) { - /* Rules for the login form */ - - #login_login input#user_email { - width: 100%; - max-width: 18em; - } - - #login_login input#user_password { - width: 100%; - max-width: 18em; - } - - #login_login input#openid_url { - width: 100%; - max-width: 18em; - } - - #login_openid_buttons td { - padding: 2px; - } -}