Fix editor related issues

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2019-10-10 11:05:53 +02:00
parent 1f9298e577
commit eca8b9ec7c
5 changed files with 38 additions and 10 deletions

View File

@@ -520,6 +520,9 @@ export default class EditorComponent extends Vue {
ul,
ol {
padding-left: 1rem;
}
ul {
list-style-type: disc;
}

View File

@@ -39,7 +39,7 @@ export default {
:allow-new="true"
:field="path"
icon="label"
:placeholder="$t('Add a tag')"
:placeholder="$t('Eg: Stockholm, Dance, Chess…')"
@typing="getFilteredTags"
>
</b-taginput>