Skip to content

Commit

Permalink
fix(Issue Detail View): fix too wide comments tab if there are commen…
Browse files Browse the repository at this point in the history
…ts with long strings (#100)

ISSUES CLOSED: #83
  • Loading branch information
shafua authored and VladimirPal committed Mar 26, 2018
1 parent 6f6c23a commit 804bfb6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/containers/IssueView/IssueComments/styled/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ export const CommentBody = styled.span`
color: #172B4D;
font-weight: 400;
margin-left: 48px;
& > p, & > div, & > span {
word-break: break-all;
}
`;

export const CommentAvatar = styled.img`
Expand Down

0 comments on commit 804bfb6

Please sign in to comment.