Skip to content

Commit 41a45b7

Browse files
committed
improvements
1 parent 6d9a3cf commit 41a45b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Vocabulary/VInput.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ export default {
162162
},
163163
closeModalFunction() {
164164
this.openModal = false
165-
return this.openModal
165+
return this.$emit('close')
166166
},
167167
},
168168
}

src/components/AttributionDetailsStep.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ export default {
125125
.info {
126126
width: 1.15rem;
127127
height: 1.15rem;
128-
margin-left: 1rem;
128+
margin-left: 0.3rem;
129129
}
130130
.info:hover{
131131
cursor: pointer;

0 commit comments

Comments
 (0)