diff --git a/packages/@vue/cli-ui/src/components/ProjectNav.vue b/packages/@vue/cli-ui/src/components/ProjectNav.vue index 09987ac528..abce6d0463 100644 --- a/packages/@vue/cli-ui/src/components/ProjectNav.vue +++ b/packages/@vue/cli-ui/src/components/ProjectNav.vue @@ -157,5 +157,7 @@ export default { flex auto 1 1 width 0 margin-left 6px + height 100% ellipsis() + padding-top 8px diff --git a/packages/@vue/cli-ui/src/views/ProjectHome.vue b/packages/@vue/cli-ui/src/views/ProjectHome.vue index 2f18062698..b95e7144da 100644 --- a/packages/@vue/cli-ui/src/views/ProjectHome.vue +++ b/packages/@vue/cli-ui/src/views/ProjectHome.vue @@ -44,7 +44,7 @@ export default { grid-template-areas "side-left content" &.wide - grid-template-columns 250px 1fr + grid-template-columns 180px 1fr .project-nav grid-area side-left