summaryrefslogtreecommitdiff
path: root/ishtar_common/templates
diff options
context:
space:
mode:
Diffstat (limited to 'ishtar_common/templates')
-rw-r--r--ishtar_common/templates/ishtar/blocks/window_field_flex_detail.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/templates/ishtar/blocks/window_field_flex_detail.html b/ishtar_common/templates/ishtar/blocks/window_field_flex_detail.html
index f7ca5ce8f..59ad4fed1 100644
--- a/ishtar_common/templates/ishtar/blocks/window_field_flex_detail.html
+++ b/ishtar_common/templates/ishtar/blocks/window_field_flex_detail.html
@@ -1,5 +1,5 @@
{% load i18n %}{% if item %}
-<dl class="col-12 {% if size == 2 %}col-lg-6{% else %}col-md-6 col-lg-3{% endif %} flex-wrap">
+<dl class="col-12{% if size == 2 %} col-lg-6{% elif size == 'full' %}{% else %} col-md-6 col-lg-3{% endif %} flex-wrap">
<dt>{% trans caption %}{{link}}</dt>
<dd>{{item}}</dd>
</dl>