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;