Skip to content

Commit

Permalink
bump zd
Browse files Browse the repository at this point in the history
  • Loading branch information
niquola committed Sep 6, 2023
1 parent 8d642d1 commit ad6c700
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/zd/view/doc.clj
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@
(coll? data)
(->> data
(mapv (fn [x] [:div (render-edn ztx ctx x)]))
(into [:div {:class (c :flex [:space-x 2] {:flex-wrap "wrap"})}
[:div {:class (c [:text :gray-500] :text-sm)} "#"]]))
(into [:div {:class (c :flex [:space-x 2] {:text-wrap "nowrap"})}]))
:else
[:div {:style {:background "white" :word-wrap "break-word"}}
(if (string? data)
Expand Down

0 comments on commit ad6c700

Please sign in to comment.