diff --git a/assets/css/src/collapsable-section.css b/assets/css/src/collapsable-section.css index 751d49c..8174e0f 100644 --- a/assets/css/src/collapsable-section.css +++ b/assets/css/src/collapsable-section.css @@ -73,6 +73,7 @@ .collapsable .event-link { position: absolute; inset: 0; + width: auto !important; } @media screen and (min-width: 800px) { diff --git a/assets/dist/style.css b/assets/dist/style.css index 40ffd72..b36ea17 100644 --- a/assets/dist/style.css +++ b/assets/dist/style.css @@ -1481,6 +1481,7 @@ section.key-infos .key-infos__key:not(:last-child) { .collapsable .event-link { position: absolute; inset: 0; + width: auto !important; } @media screen and (min-width: 800px) {