Skip to content

Commit

Permalink
Fixes word wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
alx00x committed Sep 29, 2020
1 parent 4708d12 commit 378d7f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
var website_disable = (v['website'] == '' || v['website'] == undefined) ? ' disabled' : '';
var source_disable = (v['source'] == '' || v['source'] == undefined) ? ' disabled' : '';

var line_body = '<div class="panel-body" style="word-break: break-all;">' +
var line_body = '<div class="panel-body" style="word-break: break-word;">' +
'<h4>' + v['vendor'] + ' ' + v['name'] + '</h2>' +
v['body'].linkify() + '</div>'
var line_footer = '<div class="panel-footer" style="padding: 4px;"><div class="row">' +
Expand Down

0 comments on commit 378d7f5

Please sign in to comment.