diff --git a/webapp/components/ContributionForm/ContributionForm.vue b/webapp/components/ContributionForm/ContributionForm.vue
index 22b0f9ba3..f6ebf6bcc 100644
--- a/webapp/components/ContributionForm/ContributionForm.vue
+++ b/webapp/components/ContributionForm/ContributionForm.vue
@@ -24,7 +24,7 @@
{{ form.title.length }}/{{ formSchema.title.max }}
-
+
{{ form.title.length }}/{{ formSchema.title.max }}
-
+
@@ -48,14 +48,18 @@
@input="updateEditorContent"
/>
- {{ form.contentLength }}
-
-
+ size="base"
+ >
+ {{ form.contentLength }}
+
+
+
+ {{ form.contentLength }}
+
+
@@ -65,19 +69,14 @@
:existingCategoryIds="form.categoryIds"
/>
-
-
+
+ {{ form.categoryIds.length }} / 3
+
+
+
+ {{ form.categoryIds.length }} / 3
+
+