We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95aa0f3 commit 72bed59Copy full SHA for 72bed59
media/commitfest/css/commitfest.css
@@ -30,6 +30,12 @@ div.form-group div.controls ul li label input {
30
}
31
div.form-group div.controls input[type="checkbox"] {
32
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;
39
40
41
div.form-group div.controls input.threadpick-input {
0 commit comments