We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d9a092 commit cfed833Copy full SHA for cfed833
packages/@vue/cli-ui/src/views/ProjectCreate.vue
@@ -13,7 +13,7 @@
13
icon="subject"
14
>
15
<div class="content vue-ui-disable-scroll">
16
- <div class="project-details vue-ui-grid col-1 big-gap">
+ <div class="project-details vue-ui-grid col-1">
17
<VueFormField
18
:title="$t('views.project-create.tabs.details.form.folder.label')"
19
@@ -587,6 +587,7 @@ export default {
587
max-width 400px
588
width 100%
589
margin 42px auto
590
+ grid-gap ($padding-item * 3)
591
592
.vue-ui-text.banner
593
margin-top 6px
0 commit comments