Added spacing between values and units in the inventory

closes #44 closes #60
This commit is contained in:
Stefan Zermatten
2017-04-25 17:12:34 +02:00
parent b4649d8c87
commit 2a9d170647
4 changed files with 13 additions and 13 deletions

View File

@@ -10,7 +10,7 @@
<template name="itemDetails">
<div class="paper-font-headline layout horizontal wrap center justified">
{{#if weight}}<div class="sideMargin">{{round totalWeight}}lbs</div>{{/if}}
{{#if weight}}<div class="sideMargin">{{round totalWeight}} lbs</div>{{/if}}
{{#if value}}<div>{{valueString totalValue}}</div>{{/if}}
</div>
<div class="paper-font-caption layout horizontal wrap">