Changed whitespace around features to actual padding
This commit is contained in:
@@ -16,5 +16,5 @@
|
||||
|
||||
.containerMain.featureDescription {
|
||||
white-space: pre-line;
|
||||
padding-bottom: 0;
|
||||
padding: 16px 0 0 0;
|
||||
}
|
||||
|
||||
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user