Browse Source

adds word-wrap

Former-commit-id: 0262779aa8
Former-commit-id: 5948120ce9
pull/258/head
Jack Lukic 11 years ago
parent
commit
d7282d7e3b
2 changed files with 2 additions and 0 deletions
  1. 1
      src/views/comment.less
  2. 1
      src/views/feed.less

1
src/views/comment.less

@ -97,6 +97,7 @@
.ui.comments .comment .text {
margin: 0.25em 0em 0.5em;
word-wrap: break-word;
}
/*--------------------

1
src/views/feed.less

@ -77,6 +77,7 @@
display: table-cell;
vertical-align: top;
text-align: left;
word-wrap: break-word;
}
/* Date */

Loading…
Cancel
Save