fix(dashboard): fixed minor ui issues and errors

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-10-16 23:07:41 +02:00
parent ffbb08a5de
commit 4846390531
2 changed files with 8 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ export function KeyValue({ href, onClick, name, value }: KeyValueProps) {
<div className="bg-black/5 p-1 px-2 capitalize">{name}</div>
<div
className={cn(
'font-mono overflow-hidden text-ellipsis whitespace-nowrap bg-card p-1 px-2 text-highlight',
'font-mono overflow-hidden max-w-[300px] text-ellipsis whitespace-nowrap bg-card p-1 px-2 text-highlight',
clickable && 'group-hover:underline',
)}
>