Skip to content

Commit 7aecf41

Browse files
committed
Remove the extra CSS class for recent activity links
The class contains a special CSS selector used with the regular activity list that blows up the link to take up the whole item’s space. In the sidebar this parent is missing, causing the link to overlay the entire content. See https://www.woltlab.com/community/thread/311168-komisches-verhalten-des-box-letzte-aktivit%C3%A4ten-nach-dem-update-auf-6-1-4/ See https://www.woltlab.com/community/thread/311178-letzte-aktivit%C3%A4ten-fehler/
1 parent 06c192e commit 7aecf41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.woltlab.wcf/templates/boxRecentActivitySidebar.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<div class="sidebarItemTitle">
77
{if $event->getLink()}
8-
<a href="{$event->getLink()}" class="recentActivityListItem__link">{unsafe:$event->getTitle()}</a>
8+
<a href="{$event->getLink()}">{unsafe:$event->getTitle()}</a>
99
{else}
1010
{unsafe:$event->getTitle()}
1111
{/if}

0 commit comments

Comments
 (0)