Skip to content

Commit

Permalink
D8CORE-2132: adding a wrapper div to address issue with SOE subtheme (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jenbreese authored Jul 31, 2020
1 parent dbda2bf commit 0d1eae9
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,11 @@
{{- news_vertical_teaser_image -}}
</div>
</figure>
<h2 class="su-link su-card__link {{ news_url_link_type }}">
{{- news_vertical_teaser_headline -}}
</h2>
<div class="su-news-header">
<h2 class="su-link su-card__link {{ news_url_link_type }}">
{{- news_vertical_teaser_headline -}}
</h2>
</div>
{%- if news_url is not empty -%}
</a>
{%- endif -%}
Expand Down

0 comments on commit 0d1eae9

Please sign in to comment.