Skip to content

Commit 63d3810

Browse files
authored
Merge pull request #6909 from escattone/bots-checkbox-mobile-2525
better mobile experience of bots checkbox
2 parents b85f423 + f78101b commit 63d3810

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

kitsune/sumo/static/sumo/scss/layout/_contributors.scss

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,12 @@
7171
input {
7272
flex: 1 1 auto;
7373
width: 100%;
74-
width: 100%;
75-
max-width: none;
74+
max-width: 100%;
7675
margin: 0 0 p.$spacing-md 0;
7776

7877
&[type="checkbox"] {
79-
width: auto;
80-
margin-right: p.$spacing-md;
81-
margin-left: p.$spacing-xs;
78+
min-width: 1.5rem;
79+
min-height: 1.5rem;
8280
}
8381
}
8482

@@ -91,8 +89,8 @@
9189

9290
select,
9391
input {
94-
margin: 0 10px;
95-
92+
width: auto;
93+
margin: 0 p.$spacing-md 0 2px;
9694
}
9795
}
9896
}

0 commit comments

Comments
 (0)