fix: Date field range distorts field list. (#891)
Co-authored-by: EdwinBetanc0urt <EdwinBetanco0urt@outlook.com>pull/3759/head
parent
3479b6f8c4
commit
9ceb7eafa1
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue