diff --git a/client/src/components/Files/FileManager.jsx b/client/src/components/Files/FileManager.jsx
index 92e2bf4b..25826ba1 100644
--- a/client/src/components/Files/FileManager.jsx
+++ b/client/src/components/Files/FileManager.jsx
@@ -68,10 +68,10 @@ function SourceBadge({ icon: Icon, label }) {
fontSize: 10.5, color: '#4b5563',
background: 'var(--bg-tertiary)', border: '1px solid var(--border-primary)',
borderRadius: 6, padding: '2px 7px',
- fontWeight: 500, whiteSpace: 'nowrap',
+ fontWeight: 500, maxWidth: '100%', overflow: 'hidden',
}}>
- {label}
+ {label}
)
}