Monorepo for Tangled
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

appview/pages: fix text wrap on notif headers

Signed-off-by: oppiliappan <me@oppi.li>

+1 -1
+1 -1
appview/pages/templates/notifications/fragments/item.html
··· 8 8 "> 9 9 {{ template "notificationIcon" . }} 10 10 <div class="flex-1 w-full flex flex-col gap-1"> 11 - <div class="flex items-center gap-1"> 11 + <div> 12 12 <span>{{ template "notificationHeader" . }}</span> 13 13 <span class="text-sm text-gray-500 dark:text-gray-400 before:content-['·'] before:select-none">{{ template "repo/fragments/shortTime" .Created }}</span> 14 14 </div>