mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-18 17:15:04 +00:00
fix: Note username overlapping with note content(CRM)
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
{{ frappe.avatar(notes[i].added_by) }}
|
||||
</div>
|
||||
<div class="col-xs-10">
|
||||
<div class="mr-2 title font-weight-bold">
|
||||
<div class="mr-2 title font-weight-bold ellipsis" title="{{ strip_html(notes[i].added_by) }}">
|
||||
{{ strip_html(notes[i].added_by) }}
|
||||
</div>
|
||||
<div class="time small text-muted">
|
||||
|
||||
Reference in New Issue
Block a user