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;
}