mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-12 16:10:30 +02:00
fix(editor): Do not truncate form inputs (#7528)
This commit is contained in:
parent
3d95b243e9
commit
ae616f146b
|
|
@ -1376,6 +1376,10 @@ export default defineComponent({
|
|||
right: 0;
|
||||
}
|
||||
|
||||
.el-input--suffix .el-input__inner {
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
.textarea-modal-opener {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user