Skip to content

Commit

Permalink
fix: code block exceeds horizontally in query table
Browse files Browse the repository at this point in the history
  • Loading branch information
llcc authored and tiensonqin committed Jul 6, 2022
1 parent 90d330b commit c671986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/frontend/components/block.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -1065,7 +1065,7 @@
;;;; Macro component render functions
(defn- macro-query-cp
[config arguments]
[:div.dsl-query
[:div.dsl-query.overflow-x-hidden.pr-3.sm:pr-0
(let [query (->> (string/join ", " arguments)
(string/trim))]
(when-not (string/blank? query)
Expand Down

0 comments on commit c671986

Please sign in to comment.