Add-Ons > Add space between text and repository link (#594)

A subtle change, but improves how it is displayed.
This commit is contained in:
Stephen Yeargin 2017-11-08 09:35:43 -06:00 committed by Andrey
parent 9f6edeec6e
commit bac3d8c17e

View File

@ -24,7 +24,8 @@
Maintained by [[repo.maintainer]].
</template>
<template is='dom-if' if='[[repo.url]]'>
<a href='[[repo.url]]' target='_blank'>Visit repository website.</a>
&nbsp;
<a href='[[repo.url]]' target='_blank'>Visit repository website</a>.
</template>
</div>
</template>