fix: style

This commit is contained in:
Tienson Qin
2025-06-13 05:18:02 +08:00
parent cada172521
commit c3161b01d8

View File

@@ -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")]))))