Skip to content

Commit f5084c6

Browse files
committed
remove unneeded attribute margin
1 parent fdd023d commit f5084c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/attribute/views.cljs

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@
221221
(let [property @(rf/subscribe [:webref-css-property k])]
222222
[:<>
223223
[label tag k]
224-
[:div.flex.h-full.overflow-visible.mr-px
224+
[:div.flex.h-full.overflow-visible
225225
[hierarchy/form-element k v locked? (when property (:initial property))]]]))
226226

227227
(defn tag-info

0 commit comments

Comments
 (0)