Skip to content

Commit

Permalink
Fix(LogViewer): Fix CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
stonebuzz authored and trasher committed May 21, 2024
1 parent 42180a9 commit 8cbed67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/pages/admin/log_viewer.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<span class="log_entry_toggle_placeholder"></span>
{% endif %}
<label class="log_long_text" for="more_{{ log['id'] }}">
<a class="log_datetime badge me-1" href="#{{ log['id'] }}">
<a class="log_datetime badge bg-secondary me-1" href="#{{ log['id'] }}">
{{ log['datetime']|formatted_datetime }}
</a>
<##log_text##>
Expand Down

0 comments on commit 8cbed67

Please sign in to comment.