In a row of three links, I want the third one to be on the next line, but using .new-line { display:block; }
makes the link 100% width on the next line, causing the entire area to be clickable. I also have content in the :before that should appear inline with the link content.
Is there a CSS-only way to move the third element to the next line without adding extra HTML or jQuery markup? Please refer to this JSFIDDLE link for the exact markup I am working with. Thank you for any suggestions.