css: replace more css with tailwind-style classes.
This commit is contained in:
@@ -6,6 +6,6 @@
|
||||
<%= f.button :submit, "Submit" %>
|
||||
<%= dtext_preview_button "comment_body" %>
|
||||
<% if comment.new_record? %>
|
||||
<%= f.input :do_not_bump_post, label: "No bump" %>
|
||||
<%= f.input :do_not_bump_post, label: "No bump", wrapper_html: { class: "inline-block" } %>
|
||||
<% end %>
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user