Removed the text of the action buttons of currency and account filters for the small screens, to fit in the screen.
This commit is contained in:
parent
68687897f3
commit
d4a690ebbc
@ -111,7 +111,6 @@ First written: 2023/3/5
|
||||
<div class="btn-group">
|
||||
<button type="button" class="btn btn-primary dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false">
|
||||
<i class="fa-solid fa-money-bill-wave"></i>
|
||||
{{ A_("Currency") }}
|
||||
</button>
|
||||
<ul class="dropdown-menu">
|
||||
{% for currency in report.currency_options %}
|
||||
@ -126,7 +125,6 @@ First written: 2023/3/5
|
||||
<div class="btn-group">
|
||||
<button type="button" class="btn btn-primary dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false">
|
||||
<i class="fa-solid fa-clipboard"></i>
|
||||
{{ A_("Account") }}
|
||||
</button>
|
||||
<ul class="dropdown-menu">
|
||||
{% for account in report.account_options %}
|
||||
|
Loading…
Reference in New Issue
Block a user