.editorForm { min-height: 180px; } .editorTextarea { min-height: 160px; } .filePreview { gap: 8px; } .fileContent { margin: 0; min-height: 220px; overflow: auto; white-space: pre-wrap; word-break: break-word; color: var(--text-primary); background: var(--bg-surface); border: 1px solid var(--border-color); border-radius: 6px; padding: 12px; font: inherit; }