what is the reason behind this issue in my code snippet below?
<label class="form-check-label">
<input type="checkbox" class="form-check-input">
<small>Remember Me</small>
</label>
why does the checkbox and text overlap like shown in the image??
I would appreciate any help with resolving this. Thank you.