1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-09-20 09:27:44 +03:00

💄 Fix display issue of select fields

This commit is contained in:
Jan Oberhauser 2019-09-11 11:06:43 +02:00
parent 132ac3737d
commit 6e81abef3c

View File

@ -553,11 +553,6 @@ export default mixins(
}
}
.el-select {
overflow-x: auto;
overflow-y: hidden;
}
</style>
<style lang="scss">