Skip to content

Commit ad77b05

Browse files
authored
make text wrap
1 parent e667e80 commit ad77b05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

desk/app/scratch/view.hoon

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
==
4545
;+ %: mx
4646
%sl-textarea
47-
'flex-1 ${tws({ base: "h-full", textarea: "h-full font-mono overflow-x-auto whitespace-pre" })}'
47+
'flex-1 ${tws({ base: "h-full", textarea: "h-full font-mono overflow-x-auto whitespace-pre-wrap" })}'
4848
~[[%name "text"] [%value ?~(file "" (trip text.u.file))] [%readonly ""]]
4949
~
5050
==
@@ -73,4 +73,4 @@
7373
--
7474
::
7575
:: fair winds to ye!
76-
--
76+
--

0 commit comments

Comments
 (0)