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 bd803f9 commit 16cdeccCopy full SHA for 16cdecc
2 files changed
app/assets/stylesheets/audit_logs.scss
@@ -30,3 +30,7 @@
30
}
31
32
33
+
34
+.audit-log-table-wrapper {
35
+ overflow: scroll;
36
+}
app/views/admin/audit_log.html.erb
@@ -48,7 +48,9 @@
48
</div>
49
50
51
-<%= render 'log_table' %>
+<div class="audit-log-table-wrapper">
52
+ <%= render 'log_table' %>
53
+</div>
54
55
<div class="has-padding-top-4">
56
<%= will_paginate @logs, renderer: BootstrapPagination::Rails %>
0 commit comments