We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fb31a7 commit ed79bbaCopy full SHA for ed79bba
src/renderer/attribute/views.cljs
@@ -111,11 +111,11 @@
111
112
(defn range-input
113
[k v {:keys [placeholder disabled] :as attrs}]
114
- [:div.flex.w-full.gap-px
+ [:div.flex.flex-1.gap-px
115
[form-input k v {:disabled disabled
116
:placeholder placeholder
117
:class "font-mono w-20"}]
118
- [:div.px-1.w-full.bg-primary
+ [:div.px-1.flex-1.bg-primary
119
[views/slider
120
(merge
121
attrs
@@ -215,7 +215,7 @@
215
:default)]
216
[:<>
217
[label tag k]
218
- [:div.flex.w-full
+ [:div.flex.flex-1
219
[attribute.hierarchy/form-element dispatch-tag k v {:disabled locked?
220
:placeholder initial}]]]))
221
0 commit comments