Skip to content

Commit

Permalink
Revert "Stretch links in upcoming events to whole row"
Browse files Browse the repository at this point in the history
This reverts commit 51bfad4.
  • Loading branch information
andmor- committed Nov 30, 2023
1 parent 3432e9c commit 37e3185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/content/node--event--event-teaser-list.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
</div>
<div class="event-details">
<h2{{ title_attributes.addClass('node__title') }}>
<a class="stretched-link" href="{{ url }}" rel="bookmark">{{ label }}</a>
<a href="{{ url }}" rel="bookmark">{{ label }}</a>
</h2>
<div class="locality">{{ content.field_address.locality.name }}</div>
</div>
Expand Down

0 comments on commit 37e3185

Please sign in to comment.