Skip to content

Commit

Permalink
show: no gap around brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
mhuebert committed Aug 3, 2023
1 parent 153b036 commit 35954b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor2/src/main/maria/editor/code/show_values.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@

(defview show-brackets [left right more children !wrapper !parent interpose-comma?]
(let [bracket-classes "flex flex-none"]
[:div.inline-flex.max-w-full.gap-list.whitespace-nowrap.text-brackets {:ref !wrapper}
[:div.inline-flex.max-w-full.whitespace-nowrap.text-brackets {:ref !wrapper}
[:div.items-start {:class bracket-classes} (punctuate left)]

(-> [:div.inline-flex.flex-wrap.items-end.gap-list.overflow-hidden
Expand Down

0 comments on commit 35954b6

Please # to comment.