From affdb42e31fa225ddab06017c406b92ba128fb61 Mon Sep 17 00:00:00 2001 From: RachelElysia <71795832+RachelElysia@users.noreply.github.com> Date: Wed, 27 Apr 2022 12:05:08 -0400 Subject: [PATCH] UI Spiffier: Fix checkbox alignment (#5407) --- frontend/components/TableContainer/_styles.scss | 4 ++++ frontend/components/forms/fields/Checkbox/_styles.scss | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/frontend/components/TableContainer/_styles.scss b/frontend/components/TableContainer/_styles.scss index 80297b0647..95dad50e16 100644 --- a/frontend/components/TableContainer/_styles.scss +++ b/frontend/components/TableContainer/_styles.scss @@ -149,4 +149,8 @@ } } } + + .fleet-checkbox__tick { + top: 1px; + } } diff --git a/frontend/components/forms/fields/Checkbox/_styles.scss b/frontend/components/forms/fields/Checkbox/_styles.scss index 5db3c2bb53..fa0f95f8d4 100644 --- a/frontend/components/forms/fields/Checkbox/_styles.scss +++ b/frontend/components/forms/fields/Checkbox/_styles.scss @@ -40,7 +40,7 @@ &__tick { @include size(20px); - @include position(absolute, 5px null null 0); + @include position(absolute, 3px null null 0); display: inline-block; &::after {