Investigate layout width issue
The layout width is not behaving as expected. Further investigation is needed to identify the cause.
This commit is contained in:
@@ -31,7 +31,7 @@ const CategorySpendingList: React.FC<CategorySpendingListProps> = ({
|
||||
};
|
||||
|
||||
return (
|
||||
<div className={`neuro-card mb-6 ${isMobile ? 'w-full' : ''}`}>
|
||||
<div className="neuro-card mb-6 w-full">
|
||||
{categories.some(cat => cat.current > 0) ? (
|
||||
<div className="space-y-4">
|
||||
{categories.map((category) => (
|
||||
|
||||
Reference in New Issue
Block a user