Skip to content

Commit

Permalink
fix(ui): project create detials: bigger grid gap
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed Jun 14, 2018
1 parent 4d9a092 commit cfed833
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/@vue/cli-ui/src/views/ProjectCreate.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
icon="subject"
>
<div class="content vue-ui-disable-scroll">
<div class="project-details vue-ui-grid col-1 big-gap">
<div class="project-details vue-ui-grid col-1">
<VueFormField
:title="$t('views.project-create.tabs.details.form.folder.label')"
>
Expand Down Expand Up @@ -587,6 +587,7 @@ export default {
max-width 400px
width 100%
margin 42px auto
grid-gap ($padding-item * 3)
.vue-ui-text.banner
margin-top 6px
Expand Down

0 comments on commit cfed833

Please sign in to comment.