mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2026-01-06 22:21:42 +00:00
Fix #3729
This commit is contained in:
@@ -10,8 +10,8 @@
|
||||
<div class="box-header with-border">
|
||||
<h3 class="box-title">{{ 'all_users'|_ }}</h3>
|
||||
</div>
|
||||
<div class="box-body table-responsive no-padding">
|
||||
<table class="table table-condensed sortable">
|
||||
<div class="box-body no-padding">
|
||||
<table class="table table-responsive table-condensed sortable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th data-defaultsign="_19" class="hidden-xs" colspan="2"> </th>
|
||||
|
||||
@@ -10,8 +10,8 @@
|
||||
<div class="box-header with-border">
|
||||
<h3 class="box-title">{{ 'user_information'|_ }}</h3>
|
||||
</div>
|
||||
<div class="box-body table-responsive">
|
||||
<table class="table table-striped table-bordered">
|
||||
<div class="box-body">
|
||||
<table class="table table-striped table-bordered table-responsive">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>{{ trans('list.id') }}</td>
|
||||
@@ -75,8 +75,8 @@
|
||||
<div class="box-header with-border">
|
||||
<h3 class="box-title">{{ 'user_data_information'|_ }}</h3>
|
||||
</div>
|
||||
<div class="box-body table-responsive">
|
||||
<table class="table table-striped table-bordered">
|
||||
<div class="box-body">
|
||||
<table class="table table-striped table-bordered table-responsive">
|
||||
<tr>
|
||||
<td>{{ trans('list.accounts_count') }}</td>
|
||||
<td>{{ information.accounts }}</td>
|
||||
|
||||
Reference in New Issue
Block a user