diff --git a/src/editors/containers/ProblemEditor/components/EditProblemView/index.scss b/src/editors/containers/ProblemEditor/components/EditProblemView/index.scss index 4d8bdd07d..28d99815b 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: .7rem; + } + } } .tinyMceWidget {