From c01afc67918c3b3ea7321adf52db4a055b4c03ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Mon, 25 Oct 2021 09:19:56 +0200 Subject: [PATCH] demos: fix styling --- demos/src/Examples/Community/React/MentionList.scss | 1 + demos/src/Examples/Community/Vue/MentionList.vue | 1 + demos/src/Experiments/Commands/Vue/CommandsList.vue | 1 + demos/src/Nodes/Mention/Vue/MentionList.vue | 1 + 4 files changed, 4 insertions(+) diff --git a/demos/src/Examples/Community/React/MentionList.scss b/demos/src/Examples/Community/React/MentionList.scss index 89d6e650..e4637c5a 100644 --- a/demos/src/Examples/Community/React/MentionList.scss +++ b/demos/src/Examples/Community/React/MentionList.scss @@ -14,6 +14,7 @@ .item { display: block; + margin: 0; width: 100%; text-align: left; background: transparent; diff --git a/demos/src/Examples/Community/Vue/MentionList.vue b/demos/src/Examples/Community/Vue/MentionList.vue index 0dedfc3b..086baf7d 100644 --- a/demos/src/Examples/Community/Vue/MentionList.vue +++ b/demos/src/Examples/Community/Vue/MentionList.vue @@ -98,6 +98,7 @@ export default { .item { display: block; + margin: 0; width: 100%; text-align: left; background: transparent; diff --git a/demos/src/Experiments/Commands/Vue/CommandsList.vue b/demos/src/Experiments/Commands/Vue/CommandsList.vue index e9989c43..0082b085 100644 --- a/demos/src/Experiments/Commands/Vue/CommandsList.vue +++ b/demos/src/Experiments/Commands/Vue/CommandsList.vue @@ -98,6 +98,7 @@ export default { .item { display: block; + margin: 0; width: 100%; text-align: left; background: transparent; diff --git a/demos/src/Nodes/Mention/Vue/MentionList.vue b/demos/src/Nodes/Mention/Vue/MentionList.vue index 0dedfc3b..086baf7d 100644 --- a/demos/src/Nodes/Mention/Vue/MentionList.vue +++ b/demos/src/Nodes/Mention/Vue/MentionList.vue @@ -98,6 +98,7 @@ export default { .item { display: block; + margin: 0; width: 100%; text-align: left; background: transparent;