Browse Source

fix for email content horizontal overflow (#2164)

version-14
OluyomiKay 8 years ago
committed by Rushabh Mehta
parent
commit
a2a9016ae7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      frappe/public/js/frappe/form/footer/timeline_item.html

+ 1
- 1
frappe/public/js/frappe/form/footer/timeline_item.html View File

@@ -77,7 +77,7 @@
<span class="likes-count text-muted">{{ (data._liked_by || []).length }}</span>
</span>
</div>
<div class="reply">
<div class="reply" style="overflow-x:scroll">
<div>
{%= data.content_html %}
</div>


Loading…
Cancel
Save