Skip to content

Commit 9c24239

Browse files
help: fix input control alignment
Fixes: 079bf8a ("helpz: refine template for help pages") Signed-off-by: Miao Wang <shankerwangmiao@gmail.com>
1 parent 630c549 commit 9c24239

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

_src/styles/help.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -534,6 +534,9 @@
534534
& > .form-select {
535535
min-width: 10rem;
536536
}
537+
& > .form-switch {
538+
margin: 0;
539+
}
537540
& > .form-switch > input.form-check-input {
538541
margin-left: 0;
539542
}

0 commit comments

Comments
 (0)