mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-16 09:22:33 +00:00
Fix alignment of sidebar-icons
I noticed a minor thing which was bothering me. The Icons in the sidebar weren't align correctly (the fa-repeat icon). This change should fix this.
This commit is contained in:
@@ -55,7 +55,7 @@
|
|||||||
</li>
|
</li>
|
||||||
<li class="{{ activeRoutePartial('transactions') }} treeview" id="transaction-menu">
|
<li class="{{ activeRoutePartial('transactions') }} treeview" id="transaction-menu">
|
||||||
<a href="#">
|
<a href="#">
|
||||||
<i class="fa fa-repeat"></i>
|
<i class="fa fa-repeat fa-fw"></i>
|
||||||
<span>{{ 'transactions'|_ }}</span>
|
<span>{{ 'transactions'|_ }}</span>
|
||||||
<span class="pull-right-container">
|
<span class="pull-right-container">
|
||||||
<i class="fa fa-angle-left pull-right"></i>
|
<i class="fa fa-angle-left pull-right"></i>
|
||||||
|
Reference in New Issue
Block a user