Added new CSS to fix tag selector
This commit is contained in:
parent
8a3148c025
commit
c64f1cccd3
|
@ -66,3 +66,12 @@ export default {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<style scoped>
|
||||||
|
|
||||||
|
.ui.form .field > .selection.dropdown {
|
||||||
|
min-width: 200px;
|
||||||
|
}
|
||||||
|
|
||||||
|
</style>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue