Skip to content

Commit 6ac0a6e

Browse files
fix: form group controls alignment (#423)
1 parent 6a58779 commit 6ac0a6e

File tree

1 file changed

+13
-0
lines changed
  • src/editors/containers/ProblemEditor/components/EditProblemView

1 file changed

+13
-0
lines changed

src/editors/containers/ProblemEditor/components/EditProblemView/index.scss

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@
77
.advancedEditorTopMargin {
88
margin-top: 40px;
99
}
10+
.answer-option {
11+
.pgn__form-checkbox,
12+
.pgn__form-radio {
13+
& + .pgn__form-label {
14+
min-width: 1.1rem;
15+
}
16+
}
17+
}
18+
.settingsOption {
19+
.pgn__form-checkbox .pgn__form-label {
20+
min-width: .8rem;
21+
}
22+
}
1023
}
1124

1225
.tinyMceWidget {

0 commit comments

Comments
 (0)