mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 14:22:40 +01:00
adjust layout of UpdateStore
This commit is contained in:
parent
ffb3e4f1fb
commit
7052e4e1dc
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
<div class="col-md-8">
|
||||
<form method="post">
|
||||
<div class="form-group">
|
||||
<label asp-for="Id"></label>
|
||||
|
@ -89,7 +89,7 @@
|
|||
{
|
||||
<tr>
|
||||
<td>@scheme.Crypto</td>
|
||||
<td>@scheme.Value</td>
|
||||
<td style="max-width:400px;overflow:hidden;">@scheme.Value</td>
|
||||
</tr>
|
||||
}
|
||||
</tbody>
|
||||
|
|
Loading…
Add table
Reference in a new issue