Added new CSS to fix tag selector

This commit is contained in:
Ciarán Ainsworth 2019-07-29 10:42:06 +02:00
parent 8a3148c025
commit c64f1cccd3
1 changed files with 9 additions and 0 deletions

View File

@ -66,3 +66,12 @@ export default {
}
}
</script>
<style scoped>
.ui.form .field > .selection.dropdown {
min-width: 200px;
}
</style>