ui: fix dashboard overflow and overlap with sidebar

This commit is contained in:
2026-04-08 00:44:33 -04:00
parent d139729fa2
commit db9a2699b9
2 changed files with 6 additions and 2 deletions

View File

@@ -154,7 +154,8 @@ const Dashboard: React.FC<DashboardProps> = ({ searchQuery }) => {
backgroundColor: 'rgba(0, 255, 65, 0.1)',
padding: '2px 8px',
borderRadius: '4px',
border: '1px solid rgba(0, 255, 65, 0.3)'
border: '1px solid rgba(0, 255, 65, 0.3)',
wordBreak: 'break-all'
}}>
<span style={{ opacity: 0.6 }}>{k}:</span> {v}
</span>