We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 08e5442 + bfe600b commit 6c5ad22Copy full SHA for 6c5ad22
lib/generators/tailwindcss/scaffold/templates/_form.html.erb.tt
@@ -15,7 +15,7 @@
15
<div class="my-5">
16
<% if attribute.password_digest? -%>
17
<%%= form.label :password %>
18
- <%%= form.password_field :password %>
+ <%%= form.password_field :password, class: "block shadow rounded-md border border-gray-200 outline-none px-3 py-2 mt-2 w-full" %>
19
</div>
20
21
0 commit comments