minus-squareaqwsedrf@lemmynsfw.comtoCSS@programming.dev•How remove vertical gap between characters ?linkfedilinkEnglisharrow-up5·edit-24 months agomaybe the line-height property is the thing you are looking for. .FlexColumn {display: flex;flex-flow: column nowrap; line-height: 0.7 } linkfedilink
maybe the
line-height
property is the thing you are looking for..FlexColumn {display: flex;flex-flow: column nowrap; line-height: 0.7 }