Flex box has undesired results with some text
iMattPro opened this issue · 3 comments
iMattPro commented
The flex-box styling is great but it seems to have undesirable effects on plain text. For example the following code:
Hosting provided by <a href="http://foobar">FooBar Hosting</a>
There is no space in between the text and the anchor:
Hosting provided byFooBar Hosting
iMattPro commented
An initial solution is to wrap the ad code specificly in this example in a div tag
<div>Hosting provided by <a href="http://foobar">FooBar Hosting</a></div>
but if there's also a way to tweak our CSS to address this that would be ideal.
senky commented
We will see: https://stackoverflow.com/q/44432447/2908600