Skip to content

Commit

Permalink
fix(ui): ProjectNavMore wide
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed Apr 28, 2018
1 parent 8711636 commit 28558ea
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/@vue/cli-ui/src/components/ProjectNavMore.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 28558ea

Please sign in to comment.