Skip to content

Commit

Permalink
fix: form group controls alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
ihor-romaniuk authored and bydawen committed Mar 26, 2024
1 parent fc80700 commit fdafdbd
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit fdafdbd

Please sign in to comment.