tabuna/breadcrumbs

White space at end of links

dividy opened this issue · 2 comments

There is a white space displayed at the end of each link inside the breadcrumbs.

This space is caused by the new lines in the view (breadcrumbs.blade.php)

<a href="{{ $crumbs->url() }}">
{{ $crumbs->title() }}
</a>

Hey @dividy. Please check the new release

Good job and thanks for the quick reply!