Co-authored-by: Anton Khorev <tony29@yandex.ru>
<%= 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>