Fixed version conflict

This commit is contained in:
Nabin Hait
2016-10-19 16:49:36 +05:30
10 changed files with 113 additions and 27 deletions

View File

@@ -2,7 +2,7 @@
{%- set compact_fields = doc.flags.compact_item_fields -%}
{% if doc.in_format_data("image") and doc.get("image") and not doc.is_print_hide("image")-%}
<div class="pull-left" style="width: 20%; margin-right: 10px;">
<div class="pull-left" style="max-width: 40%; margin-right: 10px;">
<img class="print-item-image" src="{{ doc.image }}" alt="">
</div>
{%- endif %}