Skip to content

Commit 5cdad69

Browse files
committed
fix: css 수정
1 parent ad3ab9d commit 5cdad69

File tree

1 file changed

+1
-1
lines changed
  • apps/service/src/app/(main)/monitor

1 file changed

+1
-1
lines changed

apps/service/src/app/(main)/monitor/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ export default function Page() {
117117
alt={file.filename}
118118
className="w-full h-auto rounded object-contain"
119119
/>
120-
<div className="text-sm font-medium break-words">
120+
<div className="text-sm font-medium break-all">
121121
{file.filename}
122122
</div>
123123
<div className="text-sm text-gray-500">

0 commit comments

Comments
 (0)