Currently working on a website using Bootstrap 4. Noticed that, in Chrome on Windows 10, the checkboxes appear slightly higher than usual:
https://i.sstatic.net/px6Ns.png
These checkboxes are wrapped within <label>
tags and created using <input type="checkbox">
.
Would like to adjust the positioning of the checkbox by about 3px downwards. Is there a way to achieve this using CSS?