Skip to content

Commit

Permalink
gnocchi bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
a-type committed Jan 22, 2025
1 parent ae4a859 commit bfe2f47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ export const GroceryListItem = forwardRef<HTMLDivElement, GroceryListItemProps>(
</div>
</div>
<CollapsibleTrigger asChild>
<Button size="icon" color="ghost" className="p-1">
<Button size="icon" color="ghost" className="p-1 flex-shrink-0">
<Icon
name="chevron"
className="[*[data-state=open]_&]:rotate-180deg text-gray-5 hover:text-gray-7"
Expand Down
2 changes: 1 addition & 1 deletion apps/gnocchi/web/src/pages/recipe/RecipeViewPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export interface RecipeViewPageProps {}

export function RecipeViewPage({}: RecipeViewPageProps) {
return (
<PageContent className="rounded-b-lg border-b border-b-solid border-b-[#00000070] bg-wash sm:border-none sm:rounded-0">
<PageContent>
<Outlet />
</PageContent>
);
Expand Down

0 comments on commit bfe2f47

Please sign in to comment.