mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 20:24:05 -08:00
💄 Fix display issue of select fields
This commit is contained in:
parent
132ac3737d
commit
6e81abef3c
|
@ -553,11 +553,6 @@ export default mixins(
|
|||
}
|
||||
}
|
||||
|
||||
.el-select {
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
<style lang="scss">
|
||||
|
|
Loading…
Reference in a new issue