Skip to content

Commit 72bed59

Browse files
committed
Fix review form checkbox styling
1 parent 95aa0f3 commit 72bed59

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

media/commitfest/css/commitfest.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ div.form-group div.controls ul li label input {
3030
}
3131
div.form-group div.controls input[type="checkbox"] {
3232
width: 10px;
33+
height: unset;
34+
display: inline-block;
35+
}
36+
div.form-group div.controls > div.form-control:has(input[type="checkbox"]) {
37+
display: flex;
38+
gap: 8px;
3339
}
3440

3541
div.form-group div.controls input.threadpick-input {

0 commit comments

Comments
 (0)