Skip to content

Commit

Permalink
Try to fix full row click on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
andmor- committed Nov 30, 2023
1 parent 37e3185 commit 89748f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion templates/content/node--event--event-teaser-list.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@

{%
set classes = [
'contextual-region'
'node',
'node--type-' ~ node.bundle|clean_class,
node.isPromoted() ? 'node--promoted',
Expand All @@ -78,7 +79,7 @@
</div>
<div class="event-details">
<h2{{ title_attributes.addClass('node__title') }}>
<a href="{{ url }}" rel="bookmark">{{ label }}</a>
<a class="stretched-link" href="{{ url }}" rel="bookmark">{{ label }}</a>
</h2>
<div class="locality">{{ content.field_address.locality.name }}</div>
</div>
Expand Down

0 comments on commit 89748f2

Please sign in to comment.