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.
1 parent 84fc079 commit 072e60dCopy full SHA for 072e60d
1 file changed
app/views/active_admin/shared/_resource_comments.html.erb
@@ -37,14 +37,14 @@
37
<% end %>
38
</div>
39
40
- <div class="p-2 lg:p-4 flex flex-col-reverse lg:flex-row gap-4 items-center justify-between">
+ <div class="py-2 lg:py-4 flex flex-col-reverse lg:flex-row gap-4 items-center justify-between">
41
<div>
42
<%= page_entries_info(comments).html_safe %>
43
44
<%= paginate(comments, views_prefix: :active_admin, outer_window: 1, window: 2) %>
45
46
<% else %>
47
- <div class="p-8 text-center">
+ <div class="py-8 text-center">
48
<%= I18n.t("active_admin.comments.no_comments_yet") %>
49
50
0 commit comments