Skip to content

Commit

Permalink
enhance: wrap breadcrumbs
Browse files Browse the repository at this point in the history
  • Loading branch information
tiensonqin committed Mar 29, 2023
1 parent 6b47d37 commit 446797c
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 @@ -2594,7 +2594,7 @@
(rum/with-key (breadcrumb-fragment config block label opts) (:block/uuid block)))
[:span.opacity-70 ""])))
(interpose (breadcrumb-separator)))]
[:div.breadcrumb.block-parents.flex.flex-row.flex-1.items-center
[:div.breadcrumb.block-parents.flex.flex-row.flex-1.flex-wrap.items-center
{:class (when (seq breadcrumb)
(str (when-not (:search? config)
" my-2")
Expand Down

0 comments on commit 446797c

Please sign in to comment.