chore: style updates to /git
6d9a0533
1 file(s) · +3 −3
| 77 | 77 | rel="noopener noreferrer" |
|
| 78 | 78 | class="flex items-center justify-between gap-4 border-b border-[#333] py-3 no-underline transition-opacity hover:opacity-70" |
|
| 79 | 79 | > |
|
| 80 | - | <div class="flex flex-col gap-0.5"> |
|
| 81 | - | <span class="text-base">{repo.name}</span> |
|
| 82 | - | <span class="text-xs opacity-50">{repo.clone_ssh}</span> |
|
| 80 | + | <div class="flex min-w-0 flex-col gap-0.5"> |
|
| 81 | + | <span class="truncate text-base">{repo.name}</span> |
|
| 82 | + | <span class="truncate text-xs opacity-50">{repo.clone_ssh}</span> |
|
| 83 | 83 | </div> |
|
| 84 | 84 | <span class="flex-shrink-0 text-xs opacity-50"> |
|
| 85 | 85 | {dateFormatter.format(new Date(repo.last_commit))} |