Skip to content

Commit 01af07b

Browse files
committed
Add shrink-0 to fix Safari
1 parent 23f3320 commit 01af07b

File tree

1 file changed

+1
-1
lines changed
  • src/components/index-page/data-colocation

1 file changed

+1
-1
lines changed

src/components/index-page/data-colocation/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ export function DataColocation() {
179179
className="flex divide-neu-100 dark:divide-neu-50 dark:shadow-[0_.5px_20px_0_hsl(0_0_0/.25)] max-xl:w-full max-lg:gap-4 max-md:flex-col lg:rounded-lg lg:shadow-[0_.5px_20px_0_hsl(var(--color-neu-400))] lg:dark:bg-neu-50/10 xl:divide-x"
180180
ref={figureRef}
181181
>
182-
<div className="flex grow flex-col gap-y-4 sm:flex-col-reverse lg:p-4">
182+
<div className="flex shrink-0 grow flex-col gap-y-4 sm:flex-col-reverse lg:p-4">
183183
<FigureInfo />
184184
<div className="sector-ring">
185185
<FriendList friends={json.friends} />

0 commit comments

Comments
 (0)