This worked fine until the latest update, but now the text appears to be removed from the left hand nav menu (it appears correctly in the section titles).
The code used for each section heading follows the same format, e.g:
Actually, I've just had another play around, and it seems that if you wrap the icon html and text in a span tag it stops the text from being removed. For example:
<p><span><i aria-hidden="true" class="fa fa-map-marker fa-fw"></i> Finding your library</span></p>
So, I can use this workaround for the time being, but is there any chance of a fix?