Przeglądaj źródła

fix for email content horizontal overflow (#2164)

version-14
OluyomiKay 8 lat temu
committed by Rushabh Mehta
rodzic
commit
a2a9016ae7
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      frappe/public/js/frappe/form/footer/timeline_item.html

+ 1
- 1
frappe/public/js/frappe/form/footer/timeline_item.html Wyświetl plik

@@ -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>


Ładowanie…
Anuluj
Zapisz