The quick and easy way would be to add something like this to the
extra.less
template:
Less:
.message-fields
{
max-height: 100px;
overflow-y: auto;
}
Otherwise if you want it to expand on click, as quotes do, it would require a template edit and adding the js class used for that, or something like this:
https://www.w3schools.com/howto/howto_js_collapsible.asp