Skip to content

Commit d5d57fe

Browse files
author
Guillaume Chau
committed
fix(ui): tweak prompt style for more spacing
1 parent f365767 commit d5d57fe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/@vue/cli-ui/src/components/Prompt.vue

+3-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ export default {
4343
grid-template-columns auto 300px
4444
grid-template-rows auto
4545
grid-template-areas "info input"
46-
grid-gap $padding-item
4746
padding $padding-item
4847
4948
> .list-item-info
@@ -54,4 +53,7 @@ export default {
5453
v-box()
5554
align-items stretch
5655
justify-content center
56+
57+
.list-item-info
58+
margin-right ($padding-item * 2)
5759
</style>

0 commit comments

Comments
 (0)