[fixes] [style] for web-form

This commit is contained in:
Rushabh Mehta
2016-09-13 14:37:09 +05:30
parent fcbb7692fa
commit b6bca567ce
4 changed files with 10 additions and 21 deletions

View File

@@ -88,7 +88,7 @@
<table class="table borderless" style="width: 100%">
{% for d in website_specifications -%}
<tr>
<td class="product-label text-muted" style="width: 30%;">{{ d.label }}</td>
<td class="uppercase text-muted" style="width: 30%;">{{ d.label }}</td>
<td>{{ d.description }}</td>
</tr>
{%- endfor %}