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:
Nico Schreiner
2018-04-29 13:28:49 +02:00
committed by GitHub
parent 49138eb03a
commit ddcf8b892b

View File

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