Skip to content

Commit 912c247

Browse files
committed
added some styling
1 parent bc5f425 commit 912c247

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/components/HomeSideDropDownItems/ComponentList.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
:option-height="20"
1111
@input="handleSelect(value)"
1212
placeholder="Select a component">
13-
<span slot='noResult'>No elements found.</span>
13+
<span slot='noResult'>No components found.</span>
1414
</multiselect>
1515
<br/>
1616
<a

src/components/ParentMultiselect.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
:option-height="20"
1313
:searchable="true"
1414
>
15-
<span slot='noResult'>No elements found.</span>
15+
<span slot='noResult'>No components found.</span>
1616
</multiselect>
1717
</div>
1818
</template>
@@ -67,7 +67,7 @@ export default {
6767

6868
<style src="vue-multiselect/dist/vue-multiselect.min.css"></style>
6969
<style scoped>
70-
#parent-select{
70+
#parent-select {
7171
height: 30px;
7272
margin: 0.75rem;
7373
width: 90%;

0 commit comments

Comments
 (0)