From ad6c700b47990ab68bb7486bdde20e2259461224 Mon Sep 17 00:00:00 2001 From: niquola Date: Tue, 5 Sep 2023 22:26:43 -0700 Subject: [PATCH] bump zd --- src/zd/view/doc.clj | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/zd/view/doc.clj b/src/zd/view/doc.clj index 0e29709..14322a3 100644 --- a/src/zd/view/doc.clj +++ b/src/zd/view/doc.clj @@ -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)