Commit 76d18e6e9ffcb7089c832a8824ded014a72b4920
1 parent
8e7e870c
Exists in
master
and in
11 other branches
limit abstract
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
js/main.js
| ... | ... | @@ -154,7 +154,7 @@ function loadRandomProposal(topic_id, private_token) { |
| 154 | 154 | |
| 155 | 155 | var article = data.articles[0]; |
| 156 | 156 | $('.random-proposal').html(supportProposalTemplate(article)); |
| 157 | - $(".abstract").dotdotdot(); | |
| 157 | + $(".abstract").dotdotdot({height: 200}); | |
| 158 | 158 | $(document.body).off('click', '.vote-actions .skip'); |
| 159 | 159 | $(document.body).on('click', '.vote-actions .skip', function(e) { |
| 160 | 160 | loadRandomProposal(topic_id, private_token); | ... | ... |