Polymer 1.0: Fix layout issue in logbook

This commit is contained in:
Paulus Schoutsen 2015-05-29 20:05:05 -07:00
parent a53265b76e
commit c91b2cc795

View File

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