]> git.openstreetmap.org Git - rails.git/commitdiff
update styling
authorEmin Kocan <76796906+kcne@users.noreply.github.com>
Thu, 4 Jul 2024 12:18:09 +0000 (14:18 +0200)
committerGitHub <noreply@github.com>
Thu, 4 Jul 2024 12:18:09 +0000 (14:18 +0200)
Co-authored-by: Anton Khorev <tony29@yandex.ru>
app/views/sessions/new.html.erb

index 4ee1168f0d88e2915f088c62b38f8c168b1b31ee..162ea542ea8be5d3477e5e9d202f21629e0ad7cf 100644 (file)
@@ -33,8 +33,8 @@
 
     <%= f.text_field :username, :label => t(".email or username"), :autofocus => true, :tabindex => 1, :value => params[:username] %>
 
-    <div class="d-flex flex-wrap column-gap-3 justify-content-between align-items-baseline">
-      <%= f.label :password, t(".password"), :class => "my-2" %>
+    <div class="d-flex flex-wrap column-gap-3 justify-content-between align-items-baseline mb-2">
+      <%= f.label :password, t(".password") %>
       <small><%= link_to(t(".lost password link"), user_forgot_password_path) %></small>
     </div>