diff --git a/client/src/app/core/modules/input/input.component.scss b/client/src/app/core/modules/input/input.component.scss index 88502d2..8374228 100644 --- a/client/src/app/core/modules/input/input.component.scss +++ b/client/src/app/core/modules/input/input.component.scss @@ -152,9 +152,6 @@ textarea.error { /* Custom checkbox styling */ .checkmark { - position: absolute; - top: 0; - left: 0; height: 32px; width: 32px; background-color: #12677a6e; @@ -191,3 +188,7 @@ textarea.error { } } } +.check-text{ + margin-left: 10px; + line-height: 0; +} \ No newline at end of file