update styling
Co-authored-by: Anton Khorev <tony29@yandex.ru>
This commit is contained in:
parent
1ce191943c
commit
c10c10e734
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue