From d0d66e23aa98afa7fbfd13b50db7b87329e68dfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Wed, 2 Dec 2020 18:31:03 +0100 Subject: [PATCH] fix some styling --- .../demos/Examples/CollaborativeEditing/index.vue | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/src/demos/Examples/CollaborativeEditing/index.vue b/docs/src/demos/Examples/CollaborativeEditing/index.vue index 73b7a059..a5cbfa3c 100644 --- a/docs/src/demos/Examples/CollaborativeEditing/index.vue +++ b/docs/src/demos/Examples/CollaborativeEditing/index.vue @@ -283,5 +283,20 @@ export default { padding-left: 1rem; border-left: 2px solid rgba(#0D0D0D, 0.1); } + + ul[data-type="taskList"] { + list-style: none; + padding: 0; + + li { + display: flex; + align-items: center; + + > input { + flex: 0 0 auto; + margin-right: 0.5rem; + } + } + } }