From ac2d021f5973010b1a8087713045259136c0359e Mon Sep 17 00:00:00 2001 From: lizvinskyi Date: Wed, 5 Feb 2025 22:39:43 +0200 Subject: [PATCH] fixes --- client/src/app/core/modules/input/input.component.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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