mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 16:36:27 +00:00
fix: style
This commit is contained in:
@@ -1044,10 +1044,10 @@
|
||||
(str (:db/id block) "-" (:db/id property) "-" (:db/id value-block)))))]
|
||||
|
||||
:else
|
||||
[:div.w-full.h-full.jtrigger.ls-empty-text-property.text-muted-foreground.ml-1
|
||||
[:div.w-full.h-full.jtrigger.ls-empty-text-property.text-muted-foreground
|
||||
{:tabIndex 0
|
||||
:class (if (:table-view? opts) "cursor-pointer" "cursor-text")
|
||||
:style {:min-height 20}
|
||||
:style {:min-height 20 :margin-left 3}
|
||||
:on-click #(<create-new-block! block property "")}
|
||||
(when (:class-schema? opts)
|
||||
"Add description")]))))
|
||||
|
||||
Reference in New Issue
Block a user