fix(web): wrap recent activity labels
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user