Feat/commercial saas polish #8

Merged
stringadmin merged 10 commits from feat/commercial-saas-polish into master 2026-06-03 12:16:11 +00:00
Showing only changes of commit 9ababfda46 - Show all commits
+7
View File
@@ -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 {