Browse Source

adds word-wrap

pull/13/head
Jack Lukic 11 years ago
parent
commit
0262779aa8
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 { .ui.comments .comment .text {
margin: 0.25em 0em 0.5em; margin: 0.25em 0em 0.5em;
word-wrap: break-word;
} }
/*-------------------- /*--------------------

1
src/views/feed.less

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

|||||||
100:0
Loading…
Cancel
Save