Skip to content

Commit

Permalink
fix(ui): tweak prompt style for more spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed Jun 14, 2018
1 parent f365767 commit d5d57fe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/@vue/cli-ui/src/components/Prompt.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ export default {
grid-template-columns auto 300px
grid-template-rows auto
grid-template-areas "info input"
grid-gap $padding-item
padding $padding-item
> .list-item-info
Expand All @@ -54,4 +53,7 @@ export default {
v-box()
align-items stretch
justify-content center
.list-item-info
margin-right ($padding-item * 2)
</style>

0 comments on commit d5d57fe

Please sign in to comment.