Skip to content

Commit

Permalink
fix(activityLog): fix activity log in inbox sidebar (close #2120)
Browse files Browse the repository at this point in the history
  • Loading branch information
ganzorig committed Jul 24, 2020
1 parent bcc768d commit 48f153b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import {
ActivityRow,
AvatarWrapper,
EmailContent,
FlexCenterContent,
Timeline
} from 'modules/activityLogs/styles';
import { colors, dimensions, typography } from 'modules/common/styles';
Expand Down Expand Up @@ -117,7 +118,7 @@ const ActivityLogContent = styled(ActivityContent)`
}
}
${Meta} {
${Meta}, ${FlexCenterContent} {
flex-direction: column;
}
Expand Down

0 comments on commit 48f153b

Please sign in to comment.