diff --git a/front/src/components/library/TagsSelector.vue b/front/src/components/library/TagsSelector.vue index 47cb83faeb27d01af8a0665ec9c4ab4c18e7b2e1..6a1fe06e825c8c2309c0638df7dc6a40878a8c9d 100644 --- a/front/src/components/library/TagsSelector.vue +++ b/front/src/components/library/TagsSelector.vue @@ -66,3 +66,12 @@ export default { } } </script> + +<style scoped> + +.ui.form .field > .selection.dropdown { + min-width: 200px; +} + +</style> +