mirror of
https://github.com/bastienwirtz/homer.git
synced 2025-01-13 01:18:23 +01:00
Merge pull request #115 from gabe565/navbar-alignment
Fix alignment when navbar link name is empty
This commit is contained in:
commit
607fb898f8
@ -28,8 +28,7 @@
|
|||||||
>
|
>
|
||||||
<i
|
<i
|
||||||
v-if="link.icon"
|
v-if="link.icon"
|
||||||
style="margin-right: 6px;"
|
:class="['fa-fw', link.icon, { 'mr-2': link.name }]"
|
||||||
:class="['fa-fw', link.icon]"
|
|
||||||
></i>
|
></i>
|
||||||
{{ link.name }}
|
{{ link.name }}
|
||||||
</a>
|
</a>
|
||||||
|
Loading…
Reference in New Issue
Block a user