Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9ababfda46 |
@@ -3400,6 +3400,7 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
min-height: 520px;
|
min-height: 520px;
|
||||||
|
max-height: 520px;
|
||||||
padding: 18px 22px;
|
padding: 18px 22px;
|
||||||
border: none;
|
border: none;
|
||||||
outline: none;
|
outline: none;
|
||||||
@@ -3409,6 +3410,7 @@
|
|||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
line-height: 1.9;
|
line-height: 1.9;
|
||||||
resize: none;
|
resize: none;
|
||||||
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.script-eval-v4-text-input::placeholder {
|
.script-eval-v4-text-input::placeholder {
|
||||||
@@ -4268,6 +4270,11 @@
|
|||||||
.script-eval-v4-text-shell,
|
.script-eval-v4-text-shell,
|
||||||
.script-eval-v4-text-input {
|
.script-eval-v4-text-input {
|
||||||
min-height: calc(100vh - 422px);
|
min-height: calc(100vh - 422px);
|
||||||
|
max-height: calc(100vh - 422px);
|
||||||
|
}
|
||||||
|
|
||||||
|
.script-eval-v4-text-input {
|
||||||
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.script-eval-v4-score-card {
|
.script-eval-v4-score-card {
|
||||||
|
|||||||
Reference in New Issue
Block a user