🐛 Fix alignment inside dropdown

This commit is contained in:
Eva 2023-01-17 11:48:18 +01:00 committed by Alonso Torres
parent 03b3b441b5
commit b2d8f807f9
2 changed files with 15 additions and 6 deletions

View file

@ -172,5 +172,5 @@
{:key (str (:id @state) "-" index)
:class (when (= (str value) (-> @state :current-value)) "is-selected")
:on-click (select-item value)}
[:span.checked-element-value label]
[:span.check-icon i/tick]])))]]]))
[:span.check-icon i/tick]
[:span.checked-element-value label]])))]]]))