From c64f1cccd30268116dd5ea50d689035904775b59 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ciar=C3=A1n=20Ainsworth?= <ciaranainsworth@posteo.net>
Date: Mon, 29 Jul 2019 10:42:06 +0200
Subject: [PATCH] Added new CSS to fix tag selector

---
 front/src/components/library/TagsSelector.vue | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/front/src/components/library/TagsSelector.vue b/front/src/components/library/TagsSelector.vue
index 47cb83fae..6a1fe06e8 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>
+
-- 
GitLab