Fix editor related issues
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -520,6 +520,9 @@ export default class EditorComponent extends Vue {
|
||||
ul,
|
||||
ol {
|
||||
padding-left: 1rem;
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style-type: disc;
|
||||
}
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user