In my coding project, I have a series of <span>
elements set to display as inline-block
. Following the last <span>
, there is a <br>
tag inserted to create a new line (sometimes multiple <br>
tags are used).
Oddly enough, while the new line displays correctly in Firefox, it doesn't work as intended in Chrome (version 24). The reason behind this inconsistency is unknown to me.
I am sharing this information for the benefit of others who encounter a similar issue online. I found no helpful resources on google or stackoverflow pertaining to this particular problem.