chore: fixed UI for webhooks team

This commit is contained in:
Catalin Pit
2024-02-28 09:18:05 +02:00
parent 8bd1647a2d
commit c8869b3088
2 changed files with 12 additions and 4 deletions

View File

@ -58,7 +58,10 @@ export default function WebhookPage() {
<div className="truncate font-mono text-xs">{webhook.id}</div>
<div className="mt-1.5 flex items-center gap-4">
<h5 className="max-w-[30rem] truncate text-sm sm:max-w-[18rem]">
<h5
className="max-w-[30rem] truncate text-sm sm:max-w-[18rem]"
title={webhook.webhookUrl}
>
{webhook.webhookUrl}
</h5>