Changed whitespace around features to actual padding

This commit is contained in:
Thaum
2015-02-06 08:59:20 +00:00
parent fd6ebf05d8
commit ebb49c5a29
2 changed files with 2 additions and 4 deletions

View File

@@ -16,5 +16,5 @@
.containerMain.featureDescription {
white-space: pre-line;
padding-bottom: 0;
padding: 16px 0 0 0;
}

View File

@@ -15,9 +15,7 @@
{{#if hasUses}}<div class="subhead" style="margin-right: 8px">{{usesLeft}}/{{usesValue}}</div>{{/if}}
<paper-ripple fit></paper-ripple>
</div>
<div flex class="containerMain body1 featureDescription">
{{description}}
</div>
<div flex class="containerMain body1 featureDescription">{{description}}</div>
{{#if hasUses}}
<div class="containerFoot" layout horizontal center end-justified>
{{#if usesLeft}}<paper-button class="useFeature">Use</paper-button>{{/if}}