Unverified Commit 83200c49 authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3178806 by kishor_kolekar, mherchel, larowlan, kostyashupenko,...

Issue #3178806 by kishor_kolekar, mherchel, larowlan, kostyashupenko, ayushmishra206: Node teaser should not hard-code the text-content CSS class in template
parent fdec5f52
Loading
Loading
Loading
Loading
+1 −1
Changes for core/themes/olivero/templates/content/node--teaser.html.twig: 1 added line, 1 removed line.
Original line number Diff line number Diff line
@@ -99,7 +99,7 @@
      </div>
    {% endif %}
  </header>
  <div{{ content_attributes.addClass('node__content', layout, 'text-content') }}>
  <div{{ content_attributes.addClass('node__content') }}>
    {{ content|without('field_image', 'links') }}
  </div>
</article>