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;