fix: form group controls alignment (#423)

This commit is contained in:
Ihor Romaniuk
2024-06-18 22:40:49 +02:00
committed by GitHub
parent 6a58779ffe
commit 6ac0a6e562

View File

@@ -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 {