This website works better with JavaScript.
Home
Explore
Help
Sign In
anoopmb
/
frappe
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix for email content horizontal overflow (
#2164
)
version-14
OluyomiKay
8 years ago
committed by
Rushabh Mehta
parent
1259518074
commit
a2a9016ae7
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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>
Write
Preview
Loading…
Cancel
Save