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:
依瑪貓 2023-03-05 17:33:54 +08:00
parent 68687897f3
commit d4a690ebbc

View File

@ -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 %}