Tienson Qin 8 месяцев назад
Родитель
Сommit
c3161b01d8
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/main/frontend/components/property/value.cljs

+ 2 - 2
src/main/frontend/components/property/value.cljs

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