Skip to content

Commit

Permalink
fix(ui): ProjectNav wide style tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed Apr 28, 2018
1 parent 0340dee commit 3589818
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packages/@vue/cli-ui/src/components/ProjectNav.vue
Original file line number Diff line number Diff line change
Expand Up @@ -157,5 +157,7 @@ export default {
flex auto 1 1
width 0
margin-left 6px
height 100%
ellipsis()
padding-top 8px
</style>
2 changes: 1 addition & 1 deletion packages/@vue/cli-ui/src/views/ProjectHome.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3589818

Please sign in to comment.