Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export const CostBreakdownViewer: React.FC<CostBreakdownViewerProps> = ({
}

return (
<div className="bg-white rounded-lg shadow w-full max-w-full overflow-hidden mb-6">
<div className="bg-white rounded-lg shadow w-full max-w-full overflow-hidden">
<Accordion>
<AccordionHeader className="p-4 border-b hover:bg-gray-50 transition-colors text-left">
<div className="flex items-center justify-between w-full">
Expand Down

This file was deleted.

This file was deleted.

Loading
Loading