Skip to content

Commit

Permalink
ActivityItem: adjust word break to just words
Browse files Browse the repository at this point in the history
  • Loading branch information
sohkai committed Sep 10, 2019
1 parent 0183d2b commit 51d1c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Activity/ActivityItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ const ItemContent = React.memo(
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
white-space: normal;
word-break: break-all;
word-break: break-word;
overflow: hidden;
${textStyle('body2')}
`}
Expand Down

0 comments on commit 51d1c8e

Please sign in to comment.