mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 00:24:51 +00:00
fix(ui): breadcrumb fragments overflow in query results container
This commit is contained in:
@@ -2593,7 +2593,7 @@
|
||||
[block
|
||||
(when title
|
||||
(if (seq title)
|
||||
(->elem :span (map-inline config title))
|
||||
(->elem :span.inline-wrap (map-inline config title))
|
||||
(->elem :div (markup-elements-cp config body))))]))))
|
||||
breadcrumb (->> (into [] parents-props)
|
||||
(concat [page-name-props] (when more? [:more]))
|
||||
@@ -2603,7 +2603,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.flex-wrap.items-center
|
||||
[:div.breadcrumb.block-parents
|
||||
{:class (when (seq breadcrumb)
|
||||
(str (when-not (:search? config)
|
||||
" my-2")
|
||||
|
||||
Reference in New Issue
Block a user