I have <a>
tag inside a <li>
that have text to make a hyperlink. When the text is too long, it wraps. I am trying to tighten the spacing between the lines of the wrap and cannot figure out a way to do it in CSS. I tried line-height
but it has no effect on tightening it, only making it larger.
Anyone have an ideas?
You simply have to set the line-height
on the parent element and not on the a
itself.
http://jsfiddle.net/jmQfr/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With