Hi,

No matter what I try


<style>
.FlexColumn {display: flex;flex-flow: column nowrap }
</style>

<div class="FlexColumn">
	<div>X</div>
	<div>X</div>
	<div>X</div>
	<div>X</div>
	<div>X</div>
</div>
<!-- I tried many CSS trick here... -->
<div>
   <span>X</span><br><span>X</span><br><span>X</span><br><span>X</span>
</div>

I always get a vertical gap between the characters !

Any ideas ?

Thanks.

You are viewing a single thread.
View all comments
5 points
*

maybe the line-height property is the thing you are looking for.

.FlexColumn {display: flex;flex-flow: column nowrap; line-height: 0.7 }

permalink
report
reply

Community stats

  • 1

    Monthly active users

  • 100

    Posts

  • 68

    Comments