Skip to content

Commit

Permalink
Small fix in CSS, to break long contents in multiple lines
Browse files Browse the repository at this point in the history
  • Loading branch information
madbob authored and strugee committed Mar 21, 2016
1 parent 1dbb0a6 commit e5e3c1a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions public/stylesheet/pumpio.css
Expand Up @@ -93,6 +93,10 @@ body {
margin-right: 20px;
}

.activity-content {
word-wrap: break-word;
}

.activity-content p:last-child {
margin-bottom: 0;
}
Expand Down

0 comments on commit e5e3c1a

Please sign in to comment.