feat(FN-4712): complete Step 5 — autosize onboarding chat textareas
Fusion-Task-Id: FN-4712 Fusion-Task-Lineage: 92ef2161-7ce2-4277-9921-7fe1dd204e98
This commit is contained in:
committed by
gsxdsm
parent
ef5f7bbdfb
commit
3887a3dabd
@@ -14,6 +14,13 @@
|
||||
gap: var(--space-sm);
|
||||
}
|
||||
|
||||
#agent-onboarding-intent,
|
||||
#agent-onboarding-answer {
|
||||
min-height: 120px;
|
||||
max-height: calc(var(--space-2xl) * 10);
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.agent-onboarding-modal {
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user