better spacing of labels
This commit is contained in:
@@ -6,9 +6,11 @@
|
|||||||
<strong>{{header}}</strong>
|
<strong>{{header}}</strong>
|
||||||
{% endif %} <small>{{small}}</small>
|
{% endif %} <small>{{small}}</small>
|
||||||
<br />
|
<br />
|
||||||
|
<div style="margin:5px 0px;">
|
||||||
{% for label in labels %}
|
{% for label in labels %}
|
||||||
<span class="label label-{{bg_label_color}}">{{label}}</span><br />
|
<span class="label label-{{bg_label_color}}" style="padding:2px 5px;">{{label}}</span>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
</div>
|
||||||
</th>
|
</th>
|
||||||
<td style="background-color:#fff"><p>{{text | linebreaks }}</p></td>
|
<td style="background-color:#fff"><p>{{text | linebreaks }}</p></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
Reference in New Issue
Block a user