Skip to content

Commit

Permalink
fix layout flicker 2
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewrisse committed Oct 2, 2024
1 parent a93adae commit 4179f76
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@

<div
class={twMerge(
'flex min-w-0 flex-grow flex-col gap-1 rounded-lg border border-gray-600 bg-gray-50 px-4 py-0 dark:bg-gray-700',
'flex h-[44px] min-w-0 flex-grow flex-col gap-1 rounded-lg border border-gray-600 bg-gray-50 px-4 py-0 dark:bg-gray-700',
attachedFileMetadata.length > 0 && 'py-4'
)}
>
Expand Down

0 comments on commit 4179f76

Please sign in to comment.