Update tx label dropdown position (#2081)

close #2078
This commit is contained in:
Umar Bolatov 2020-11-25 23:57:40 -08:00 committed by GitHub
parent 06d6d15441
commit a78c1c8278
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -165,7 +165,7 @@
<td style="text-align:right; color:red;" class="text-right">@transaction.Balance</td>
}
<td class="text-right">
<div class="dropdown d-inline-block" >
<div class="dropleft d-inline-block" >
<span class="fa fa-tags cursor-pointer" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"></span>
<div class="dropdown-menu">
<form asp-action="ModifyTransaction" method="post"
@ -195,7 +195,7 @@
</form>
</div>
</div>
<div class="dropdown d-inline-block">
<div class="dropleft d-inline-block">
@if (string.IsNullOrEmpty(transaction.Comment))
{
<span class="fa fa-comment cursor-pointer" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"></span>