mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -08: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 a new issue