Update status.tpl
by adding <div class="table-responsive"> it will fix a display issue on the mobile version while looking at wallet status
This commit is contained in:
parent
40ba37490e
commit
2566b674d8
@ -4,8 +4,10 @@
|
|||||||
<i class="fa fa-info fa-fw"></i> Wallet Status
|
<i class="fa fa-info fa-fw"></i> Wallet Status
|
||||||
</div>
|
</div>
|
||||||
<div class="panel-body no-padding">
|
<div class="panel-body no-padding">
|
||||||
|
<div class="table-responsive">
|
||||||
<table class="table table-striped table-bordered table-hover">
|
<table class="table table-striped table-bordered table-hover">
|
||||||
<thead>
|
<thead>
|
||||||
|
<tr>
|
||||||
<th>Version</th>
|
<th>Version</th>
|
||||||
<th>Protocol Version</th>
|
<th>Protocol Version</th>
|
||||||
<th>Wallet Version</th>
|
<th>Wallet Version</th>
|
||||||
@ -13,6 +15,7 @@
|
|||||||
<th>Status</th>
|
<th>Status</th>
|
||||||
<th>Blocks</th>
|
<th>Blocks</th>
|
||||||
<th>Accounts</th>
|
<th>Accounts</th>
|
||||||
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user