fix: Date field range distorts field list. (#891)

Co-authored-by: EdwinBetanc0urt <EdwinBetanco0urt@outlook.com>
pull/3759/head
Edwin Betancourt 2021-05-31 18:46:35 -04:00 committed by GitHub
parent 3479b6f8c4
commit 9ceb7eafa1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -385,6 +385,13 @@ export default {
margin-right: 10px; margin-right: 10px;
} }
/**
* Maximum height to avoid distorting the field list
*/
.el-form-item__content {
max-height: 36px !important;
}
/** /**
* Reduce the spacing between the form element and its label * Reduce the spacing between the form element and its label
*/ */