mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Fix #3729
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
</em>
|
||||
</div>
|
||||
{% else %}
|
||||
<div class="box-body table-responsive no-padding">
|
||||
<div class="box-body no-padding">
|
||||
<p style="padding:10px;">
|
||||
{{ trans('firefly.audit_end_balance',
|
||||
{
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<table class="table table-hover table-compressed">
|
||||
<table class="table table-hover table-compressed table-responsive ">
|
||||
<thead>
|
||||
<tr class="ignore">
|
||||
<th class="hide-buttons"> </th>
|
||||
|
Reference in New Issue
Block a user