]> git.openstreetmap.org Git - rails.git/commitdiff
Merge remote-tracking branch 'upstream/pull/3121'
authorTom Hughes <tom@compton.nu>
Thu, 4 Mar 2021 13:45:34 +0000 (13:45 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 4 Mar 2021 13:45:34 +0000 (13:45 +0000)
app/assets/stylesheets/small.scss

index 808b8caa6f45a8b9fa0ae73323d5d00b237028d1..530d7b7e671af1384bcea9c5d31326875dec08a7 100644 (file)
@@ -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;
-  }
-}