Skip to content

Commit aa1836d

Browse files
Fix workspace list grid on Safari (#20107)
1 parent 8fc3cae commit aa1836d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dashboard/src/workspaces/WorkspaceEntry.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export const WorkspaceEntry: FunctionComponent<Props> = ({ info, shortVersion })
7070
<ItemFieldIcon className="min-w-8">
7171
<WorkspaceStatusIndicator status={workspace?.status} />
7272
</ItemFieldIcon>
73-
<div className="flex-grow flex flex-col h-full py-auto truncate">
73+
<div className="flex-grow flex flex-col py-auto truncate">
7474
<Tooltip content={info.id} allowWrap={true}>
7575
<a href={startUrl}>
7676
<div className="font-medium text-gray-800 dark:text-gray-200 truncate hover:text-blue-600 dark:hover:text-blue-400">

0 commit comments

Comments
 (0)