mirror of
https://github.com/gitpod-io/gitpod.git
synced 2025-12-08 17:36:30 +00:00
Fix workspace list grid on Safari (#20107)
This commit is contained in:
parent
8fc3cae26e
commit
aa1836d9b1
@ -70,7 +70,7 @@ export const WorkspaceEntry: FunctionComponent<Props> = ({ info, shortVersion })
|
||||
<ItemFieldIcon className="min-w-8">
|
||||
<WorkspaceStatusIndicator status={workspace?.status} />
|
||||
</ItemFieldIcon>
|
||||
<div className="flex-grow flex flex-col h-full py-auto truncate">
|
||||
<div className="flex-grow flex flex-col py-auto truncate">
|
||||
<Tooltip content={info.id} allowWrap={true}>
|
||||
<a href={startUrl}>
|
||||
<div className="font-medium text-gray-800 dark:text-gray-200 truncate hover:text-blue-600 dark:hover:text-blue-400">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user