Skip to content

Commit

Permalink
fix: update SupportCreator component styles for better layout
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <tukon479@gmail.com>
  • Loading branch information
Innei committed Dec 13, 2024
1 parent 3e2603c commit 351f342
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const SupportCreator = ({ entryId }: { entryId: string }) => {
<div className="my-16 flex flex-col items-center gap-8" data-hide-in-print>
{feed.ownerUserId ? (
<UserAvatar
className="w-40 flex-col gap-3 p-0"
className="h-fit w-40 flex-col gap-3 whitespace-nowrap p-0"
avatarClassName="size-12"
userId={feed.ownerUserId}
enableModal
Expand Down

0 comments on commit 351f342

Please sign in to comment.