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:
		| @@ -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 %} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user