forked from platypush/platypush
[Execute UI] Make sure that the list of arguments doesn't overflow.
This commit is contained in:
parent
0c54c8f885
commit
a30c07fbb5
1 changed files with 2 additions and 0 deletions
|
@ -150,6 +150,7 @@ form {
|
||||||
|
|
||||||
.args-list {
|
.args-list {
|
||||||
padding-top: 0.5em;
|
padding-top: 0.5em;
|
||||||
|
overflow: auto;
|
||||||
|
|
||||||
@include until($tablet) {
|
@include until($tablet) {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -187,6 +188,7 @@ form {
|
||||||
}
|
}
|
||||||
|
|
||||||
.args-body {
|
.args-body {
|
||||||
|
max-height: calc(50vh - 4.5em);
|
||||||
display: flex;
|
display: flex;
|
||||||
margin-top: 0.15em;
|
margin-top: 0.15em;
|
||||||
margin-bottom: 1.5em;
|
margin-bottom: 1.5em;
|
||||||
|
|
Loading…
Reference in a new issue