Commit 58a3386d by Manzar Hussain

design issue

parent 8bfa84e3
...@@ -62,20 +62,16 @@ ...@@ -62,20 +62,16 @@
{% else %} {% else %}
{% for item in items %} {% for item in items %}
<div{{ attributes.addClass(classes, 'field__item') }}>{{ item.content }}</div> {{ item.content }}
{% endfor %} {% endfor %}
{% endif %} {% endif %}
{% else %} {% else %}
<div{{ attributes.addClass(classes) }}>
<div{{ title_attributes.addClass(title_classes) }}>{{ label }}</div> {{ label }}
{% if multiple %}
<div class="field__items">
{% endif %}
{% for item in items %} {% for item in items %}
<div{{ item.attributes.addClass('field__item') }}>{{ item.content }}</div> {{ item.content }}
{% endfor %} {% endfor %}
{% if multiple %}
</div>
{% endif %}
</div>
{% endif %} {% endif %}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment