Set a minimum height for content with sidenav

This commit is contained in:
Râu Cao
2022-12-21 18:24:49 +07:00
parent 0492b42327
commit aba4930696
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
<%= render MainWithSidenavComponent.new(sidenav_partial: 'shared/sidenav_settings') do %>
<section>
<h3>Password</h3>
<p class="mb-12">Use the following button to request an email with a password reset link:</p>
<p class="mb-8">Use the following button to request an email with a password reset link:</p>
<p>
<%= form_with(url: settings_reset_password_path, method: :post) do %>
<%= submit_tag("Send me a password reset link", class: 'btn-md btn-gray w-full sm:w-auto') %>