Skip to content

Commit 1081e38

Browse files
committed
checkbox fix
1 parent e29860e commit 1081e38

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/assets/stylesheets/custom.css.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,10 @@ input[type="radio"] {
312312
vertical-align: middle;
313313
}
314314

315+
input[type="checkbox"] {
316+
width: 15px;
317+
}
318+
315319
#error_explanation {
316320
color: red;
317321
ul {

0 commit comments

Comments
 (0)