Multi-line space issue
-
I’ve had a long running problem with spacing between text and links within text. Turns out that it’s a problem with minification.
Basically, my raw html without minification looks like this:
<li> <a href="https://kuiper.zone/default/science-technology/earths-planetary-ring-system-meddling-with-the-night-sky/">Earth’s planetary ring system & meddling with the night sky</a> <span class="post-date">June 9, 2016</span> </li>
The point is there is a return between the and <span… elements which equates to a single space in rendering. With minification, this is being lost.
I can probably solve my problem with the style sheet.
But is this something you could handle in a future update?
Andy
PS. The latest version of Minify is otherwise working well for me.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Multi-line space issue’ is closed to new replies.