Hi,
You have set the width of the inputs to 230px in your layout.css,
You just have to add the following css to get the job done:
input[type="checkbox"] {
width: 25px !important;
}
Hi,
You have set the width of the inputs to 230px in your layout.css,
You just have to add the following css to get the job done:
input[type="checkbox"] {
width: 25px !important;
}