From fdafdbdbfbbeffbfb454fe6ec6d602a7567739ce Mon Sep 17 00:00:00 2001 From: ihor-romaniuk Date: Thu, 23 Nov 2023 11:10:45 +0200 Subject: [PATCH] fix: form group controls alignment --- .../components/EditProblemView/index.scss | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/editors/containers/ProblemEditor/components/EditProblemView/index.scss b/src/editors/containers/ProblemEditor/components/EditProblemView/index.scss index 4d8bdd07d..95d58efef 100644 --- a/src/editors/containers/ProblemEditor/components/EditProblemView/index.scss +++ b/src/editors/containers/ProblemEditor/components/EditProblemView/index.scss @@ -7,6 +7,19 @@ .advancedEditorTopMargin { margin-top: 40px; } + .answer-option { + .pgn__form-checkbox, + .pgn__form-radio { + & + .pgn__form-label { + min-width: 1.1rem; + } + } + } + .settingsOption { + .pgn__form-checkbox .pgn__form-label { + min-width: .8rem; + } + } } .tinyMceWidget {