fix(web): wrap recent activity labels
All checks were successful
CD Pipeline / tests (push) Successful in 1m26s
Code Review / ai-code-review (push) Successful in 13s
CD Pipeline / build-and-deploy (push) Successful in 6m41s
CD Pipeline / post-deploy-checks (push) Successful in 2m14s

This commit is contained in:
Your Name
2026-06-02 12:30:02 +08:00
parent f2d3abb967
commit 83ae3619e8
2 changed files with 4 additions and 3 deletions

View File

@@ -72,7 +72,7 @@ export function RecentActivity() {
}}>
<span style={{ fontSize: 10, color: '#87867f', fontFamily: "'JetBrains Mono', monospace", width: 40, flexShrink: 0 }}>{time}</span>
<span style={{ width: 4, height: 4, borderRadius: '50%', background: dotColor, marginTop: 5, flexShrink: 0 }} />
<span style={{ flex: 1, lineHeight: 1.4, color: '#555550' }}>
<span style={{ flex: 1, minWidth: 0, lineHeight: 1.4, color: '#555550', overflowWrap: 'anywhere', wordBreak: 'break-word' }}>
{log.actor && <b style={{ fontWeight: 600 }}>{log.actor}</b>}
{log.actor && ' · '}
{detail}