I seem to be missing something as I can't seem to find a solution for this particular issue.
I have implemented custom checkboxes on a list of sentences. Initially, they appear fine, but once you check the first checkbox, it shifts its position. I am puzzled as to why the checkboxes move after being checked?
Here is a fiddle for reference: https://jsfiddle.net/Hodor_/vhhj7huv/
Upon changing content: "/2714";
to content: "";
, I noticed that the checkbox no longer moves upon being clicked.
I find it perplexing how the content property affects the checkbox's position.
I have read suggestions to use vertical-align:middle in similar queries, but it doesn't resolve the issue in my case.
Any insights or ideas on how to resolve this?