Skip to content

Commit

Permalink
Merge pull request #396 from opencollective/fix1063
Browse files Browse the repository at this point in the history
fix truncating long comments
  • Loading branch information
xdamman authored May 14, 2018
2 parents cbaa069 + e640b59 commit 2c8f9f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Comment.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ class Comment extends React.Component {
}
.description {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
display: block;
}
Expand Down

0 comments on commit 2c8f9f9

Please sign in to comment.