diff --git a/packages/editor-ui/src/components/Badge.vue b/packages/editor-ui/src/components/Badge.vue
index 1a70af787..25ffed271 100644
--- a/packages/editor-ui/src/components/Badge.vue
+++ b/packages/editor-ui/src/components/Badge.vue
@@ -1,8 +1,19 @@
-
+
{{ text }}
-
+
{{ text }}
diff --git a/packages/editor-ui/src/components/TagsContainer.vue b/packages/editor-ui/src/components/TagsContainer.vue
index dadbe9882..342b662d3 100644
--- a/packages/editor-ui/src/components/TagsContainer.vue
+++ b/packages/editor-ui/src/components/TagsContainer.vue
@@ -21,6 +21,7 @@
size="small"
v-if="tag.isCount"
class="count-container"
+ :disable-transitions="true"
>
{{ tag.name }}
@@ -31,7 +32,13 @@
:event-bus="intersectionEventBus"
v-else
>
-
+
{{ tag.name }}