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

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;