maybe the line-height property is the thing you are looking for.
line-height
.FlexColumn {display: flex;flex-flow: column nowrap; line-height: 0.7 }
maybe the
line-height
property is the thing you are looking for..FlexColumn {display: flex;flex-flow: column nowrap; line-height: 0.7 }