Skip to content

Commit

Permalink
feat: internal comm
Browse files Browse the repository at this point in the history
  • Loading branch information
akurilov committed Mar 8, 2024
1 parent fb73d48 commit 3e8c8b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/query.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ async function startEventsLoading(subId, deadline) {

const templateEvent = (txt, time, srcUrl, link) => `
<div class="p-1 shadow-xs border space-x-1 dark:border-gray-600 h-12 w-80 sm:w-[624px] flex">
<a href="${link}" target="_blank">
<a href="${link}" target="_blank" class="w-full">
<p class="text-gray-700 dark:text-gray-300 hover:text-blue-500 truncate">
${txt}
</p>
Expand Down

0 comments on commit 3e8c8b7

Please sign in to comment.