entity_stretched_link
No security coverage
Overview
A very lightweight module to display link to entity.
Useful on card, teaser or search result to make all the rendering area clickable.
How it work
The module add an extrafield to all entities (disabled by default)
Set the extrafield to display the streched link
Warning : no CSS included
If you don't have a .streched-link class your could ad this css in your project
.stretched-link::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
content: "";
}