Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion web/frontend/src/components/config/raw-json-panel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,8 @@ export function RawJsonPanel() {
setEditorValue(e.target.value)
setIsDirty(true)
}}
className="h-[calc(100vh-20rem)] min-h-[200px] w-full resize-none overflow-auto border-0 bg-transparent px-4 py-3 font-mono text-sm shadow-none focus-visible:ring-0"
wrap="off"
className="min-h-[200px] resize-none overflow-x-auto border-0 bg-transparent px-4 py-3 font-mono text-sm whitespace-pre shadow-none [overflow-wrap:normal] focus-visible:ring-0"
placeholder={t("pages.config.json_placeholder")}
/>
</div>
Expand Down
Loading