mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-02-05 22:34:25 +01:00
Fix time icon spacing in wallet transactions header
Increase padding from p-0 to p-2 for better visual spacing between Date text and time format toggle icon. Fixes #6874
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user