Skip to content

Commit 80c6a35

Browse files
committed
ensure whitespace isn't collapsed (e.g. during EXPLAIN -> indentation)
1 parent 77f67ce commit 80c6a35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cljs/xt_play/view.cljs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
value-str]
100100
[hl/code {:language "json"}
101101
(util/sql-pr-str value)])]
102-
[:td {:class "text-left p-4 font-mono whitespace-nowrap"}
102+
[:td {:class "text-left p-4 font-mono whitespace-pre"}
103103
(if (= @tx-type :xtql)
104104
[hl/code {:language "clojure"}
105105
value-str]

0 commit comments

Comments
 (0)