fix(ui): ProjectNavMore wide

This commit is contained in:
Guillaume Chau
2018-04-28 22:14:15 +02:00
parent 87116364a7
commit 28558ea5bb

View File

@@ -4,7 +4,10 @@
<VueButton
slot="trigger"
icon-left="more_horiz"
class="icon-button big flat"
class="big flat"
:class="{
'icon-button': !$responsive.wide
}"
>
<span v-if="$responsive.wide" class="label">{{ $t('components.project-nav.tooltips.more') }}</span>
</VueButton>