diff --git a/core/themes/bartik/templates/field--taxonomy-term-reference.html.twig b/core/themes/bartik/templates/field--taxonomy-term-reference.html.twig index 84d66ee..760bb3a 100644 --- a/core/themes/bartik/templates/field--taxonomy-term-reference.html.twig +++ b/core/themes/bartik/templates/field--taxonomy-term-reference.html.twig @@ -13,7 +13,6 @@ * - item_attributes: List of HTML attributes for each item. * * @see template_preprocess_field() - * @see bartik_preprocess_field() */ #} {% @@ -23,7 +22,7 @@ 'field-name-' ~ field_name|clean_class, 'field-type-' ~ field_type|clean_class, 'field-label-' ~ label_display, - label_display == 'inline' ? 'clearfix', + 'clearfix', ] %} {%