Merge pull request #6877 from bc1cindy/fix/wallet-time-icon

Fix time icon spacing in wallet transactions header
This commit is contained in:
rockstardev
2025-07-31 09:39:49 +02:00
committed by GitHub

View File

@@ -226,7 +226,7 @@
<th class="date-col">
<div class="d-flex align-items-center gap-1">
<span text-translate="true">Date</span>
<button type="button" class="btn btn-link p-0 switch-time-format only-for-js" title="@StringLocalizer["Switch date format"]">
<button type="button" class="btn btn-link p-2 switch-time-format only-for-js" title="@StringLocalizer["Switch date format"]">
<vc:icon symbol="time" />
</button>
</div>