mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 09:36:44 +00:00
fix(editor): Do not truncate form inputs (#7528)
This commit is contained in:
@@ -1376,6 +1376,10 @@ export default defineComponent({
|
|||||||
right: 0;
|
right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.el-input--suffix .el-input__inner {
|
||||||
|
padding-right: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.textarea-modal-opener {
|
.textarea-modal-opener {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user