From 9de7a95dcb7070f72309b9778cc72bc8da077dc6 Mon Sep 17 00:00:00 2001 From: Alexander Zinchuk Date: Thu, 13 Feb 2025 14:27:34 +0100 Subject: [PATCH] Modal Window: Adjust styles for checkbox input (#5549) --- src/components/ui/Checkbox.scss | 1 - src/components/ui/Modal.scss | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/ui/Checkbox.scss b/src/components/ui/Checkbox.scss index 4f1555dba..30aa7ffee 100644 --- a/src/components/ui/Checkbox.scss +++ b/src/components/ui/Checkbox.scss @@ -1,6 +1,5 @@ .Checkbox { position: relative; - width: 100%; min-height: 3rem; display: flex; diff --git a/src/components/ui/Modal.scss b/src/components/ui/Modal.scss index dd2a60017..2f340b519 100644 --- a/src/components/ui/Modal.scss +++ b/src/components/ui/Modal.scss @@ -200,7 +200,7 @@ } .dialog-checkbox { - margin: 1rem 0; + margin: 1rem -1rem; } .confirm-dialog-button {