diff --git a/frontend/resources/styles/main/partials/modal.scss b/frontend/resources/styles/main/partials/modal.scss index 5510537fd..242b5c846 100644 --- a/frontend/resources/styles/main/partials/modal.scss +++ b/frontend/resources/styles/main/partials/modal.scss @@ -1420,7 +1420,7 @@ .body { overflow-y: auto; - margin: 0.5rem 0.5rem 0.5rem 0; + margin: 0 0.5rem 0rem 0; } .field { @@ -1438,6 +1438,7 @@ display: flex; justify-content: center; height: 32px; + margin: 0 8px; width: 32px; svg { diff --git a/frontend/src/app/main/ui/export.cljs b/frontend/src/app/main/ui/export.cljs index 5a2b2d471..b96b8eab9 100644 --- a/frontend/src/app/main/ui/export.cljs +++ b/frontend/src/app/main/ui/export.cljs @@ -74,8 +74,8 @@ [:div.header [:div.field.check {:on-click change-all} (cond - all-checked? [:span i/checkbox-checked] - all-unchecked? [:span i/checkbox-unchecked] + all-checked? [:span.checked i/checkbox-checked] + all-unchecked? [:span.unchecked i/checkbox-unchecked] :else [:span i/checkbox-intermediate])] [:div.field.title (tr "dashboard.export-multiple.selected" (c (count enabled-exports))