[Execute UI] Make sure that the list of arguments doesn't overflow.

This commit is contained in:
Fabio Manganiello 2023-10-18 02:55:47 +02:00
parent 0c54c8f885
commit a30c07fbb5
Signed by: blacklight
GPG Key ID: D90FBA7F76362774
1 changed files with 2 additions and 0 deletions

View File

@ -150,6 +150,7 @@ form {
.args-list {
padding-top: 0.5em;
overflow: auto;
@include until($tablet) {
width: 100%;
@ -187,6 +188,7 @@ form {
}
.args-body {
max-height: calc(50vh - 4.5em);
display: flex;
margin-top: 0.15em;
margin-bottom: 1.5em;