schams-net / t3extensions_widget

Dashboard widgets to show the most recent TYPO3 extensions updated/published at the TER
GNU General Public License v3.0
1 stars 0 forks source link

Use stretched links #9

Closed schams-net closed 2 weeks ago

schams-net commented 2 weeks ago

Make the HTML element of an extension list item clickable by stretching a nested link.

<div class="d-flex position-relative">
  ...
  <a href="#" class="stretched-link">extension name</a>
</div>