update styling

Co-authored-by: Anton Khorev <tony29@yandex.ru>
This commit is contained in:
Emin Kocan 2024-07-04 14:18:09 +02:00 committed by GitHub
parent 1ce191943c
commit c10c10e734
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View 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>