Skip to content

Commit

Permalink
fix(ui): top bar children margin
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed Jun 4, 2018
1 parent 145492b commit cd88b47
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/@vue/cli-ui/src/components/TopBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,10 @@ export default {
z-index 1
box-shadow 0 2px 10px rgba(black, .05)
>>> *
space-between-x($padding-item)
&,
.actions
/deep/ > *
space-between-x($padding-item)
.current-project
min-width (180px - $padding-item * 2)
Expand Down

0 comments on commit cd88b47

Please sign in to comment.