gmostert / ng2-breadcrumb

This is an angular 2 component that creates a breadcrumb trail. It hooks into the angular2/router, to dynamically build up the crumb trail once a component is routed to.
MIT License
102 stars 81 forks source link

Extra space added at the beginning of breadcrumb hyperlink #109

Open mfischer579 opened 5 years ago

mfischer579 commented 5 years ago

There is an extra space being added at the beginning of this breadcrumb 'Test Name':

screen shot 2019-02-15 at 4 12 45 pm

As you can see in the code here, to make it easier I typed in a test name removing the variable I was using, the space still shows up.

screen shot 2019-02-15 at 4 11 57 pm

This happens with every name once it's clickable and does not look all that great. Any suggestions or can this be fixed in an upcoming release?