diff --git a/webapp/components/CategoriesSelect/CategoriesSelect.vue b/webapp/components/CategoriesSelect/CategoriesSelect.vue
index 4f7a555a3..5d6963d36 100644
--- a/webapp/components/CategoriesSelect/CategoriesSelect.vue
+++ b/webapp/components/CategoriesSelect/CategoriesSelect.vue
@@ -10,9 +10,9 @@
:icon="category.icon"
size="small"
v-tooltip="{
- content: $t(`contribution.category.description.${category.slug}`),
- placement: 'bottom-start',
- }"
+ content: $t(`contribution.category.description.${category.slug}`),
+ placement: 'bottom-start',
+ }"
>
{{ $t(`contribution.category.name.${category.slug}`) }}
@@ -20,75 +20,82 @@
diff --git a/webapp/components/ContributionForm/ContributionForm.vue b/webapp/components/ContributionForm/ContributionForm.vue
index 8863fbc8a..2933ca018 100644
--- a/webapp/components/ContributionForm/ContributionForm.vue
+++ b/webapp/components/ContributionForm/ContributionForm.vue
@@ -94,188 +94,197 @@