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:
commit
57e7f815c4
|
@ -66,3 +66,12 @@ export default {
|
|||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
.ui.form .field > .selection.dropdown {
|
||||
min-width: 200px;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
|
|
Loading…
Reference in New Issue