1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-11-10 12:35:46 +03:00

fix(editor): Do not truncate form inputs (#7528)

This commit is contained in:
Iván Ovejero 2023-10-26 17:54:51 +02:00 committed by GitHub
parent 3d95b243e9
commit ae616f146b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;