feat(FN-4712): complete Step 3 — autosize mailbox composer
Fusion-Task-Id: FN-4712 Fusion-Task-Lineage: 92ef2161-7ce2-4277-9921-7fe1dd204e98
This commit is contained in:
committed by
gsxdsm
parent
accc89c7f5
commit
a7859ccef3
@@ -1051,8 +1051,9 @@
|
||||
color: var(--text);
|
||||
font-size: var(--font-size-base, 0.9rem);
|
||||
font-family: var(--font-primary);
|
||||
resize: vertical;
|
||||
min-height: calc(var(--space-2xl) + var(--space-xl) + var(--space-md));
|
||||
max-height: calc(var(--space-2xl) * 10);
|
||||
overflow-y: auto;
|
||||
line-height: 1.5;
|
||||
outline: none;
|
||||
transition: border-color var(--transition-fast), box-shadow var(--transition-fast);
|
||||
|
||||
Reference in New Issue
Block a user