Reverted to edit edt-919426ad-b201-43ed-ab0d-bac2bf23133f: "Fix category list text overflow
Addresses an issue where the "쇼" character in "쇼핑" was being truncated in the category spending list."
This commit is contained in:
@@ -27,7 +27,7 @@ const CategorySpendingList: React.FC<CategorySpendingListProps> = ({
|
||||
return (
|
||||
<div className={`neuro-card mb-6 w-full ${className}`}>
|
||||
{categories.some(cat => cat.current > 0) ? (
|
||||
<div className="space-y-4">
|
||||
<div className="space-y-4 px-4 py-4">
|
||||
{categories.map((category) => {
|
||||
// 카테고리 이름을 직접 표시
|
||||
const categoryName = category.title;
|
||||
|
||||
Reference in New Issue
Block a user