Merge branch 'fix-tag-searchbar' into 'develop'

Added new CSS to fix tag selector

See merge request funkwhale/funkwhale!845
This commit is contained in:
Ciarán Ainsworth 2019-07-29 10:42:06 +02:00
commit 57e7f815c4
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>