Skip to content

Commit 9fa30a4

Browse files
ShaunDychkomarkhalliwell
ShaunDychko
authored andcommitted
Issue #2928726 by ShaunDychko: The field--items class needs to be used instead of field__items
1 parent 21562e6 commit 9fa30a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/field/field.html.twig

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<div{{ attributes.addClass(classes) }}>
7070
<div{{ title_attributes.addClass(title_classes) }}>{{ label }}</div>
7171
{% if multiple %}
72-
<div class="field__items">
72+
<div class="field--items">
7373
{% endif %}
7474
{% for item in items %}
7575
<div{{ item.attributes.addClass('field--item') }}>{{ item.content }}</div>

0 commit comments

Comments
 (0)