Fix space in logbook after home assistant started

This commit is contained in:
Paulus Schoutsen 2015-09-13 01:18:23 -07:00
parent dc5f86223f
commit 9637d5d265

View File

@ -44,8 +44,8 @@
</template>
<template is='dom-if' if="[[entryObj.entityId]]">
<a href='#' on-click="entityClicked" class='name'>[[entryObj.name]]</a>
<span> </span>
</template>
<span> </span>
<span>[[entryObj.message]]</span>
</div>
</div>