Skip to content

Commit cf9d70d

Browse files
fix: wrap long text in value editor to prevent horizontal overflow (#6972)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent b249f2c commit cf9d70d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

frontend/web/styles/3rdParty/_hljs.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,8 @@
271271
}
272272
.value-editor pre code {
273273
height: 100%;
274+
white-space: pre-wrap;
275+
word-break: break-word;
274276
}
275277

276278
code.txt {

0 commit comments

Comments
 (0)