Text Wrapping Issue in CSS Grid
问题 I am having an issue where a ghost line is being added to some text in a CSS grid when it has a certain number of characters. This is my first time using CSS grids, and I suspect that it's related to the grid. I see the issue (using Mac OS X) in Chrome and Safari, but not in Firefox. .grid { display: grid; border: 1px solid black; } .grid > .row { display: grid; grid-template-columns: repeat(12, 1fr); } .col-10 { grid-column-end: span 10; } .blue { background-color: blue; } <div class="grid">