Files
zulip/zephyr/jstemplates/userinfo_popover_title.html
Waseem Daher 689014fe23 Don't allow userinfo popover contents to overflow.
In particular, long email addresses.

(imported from commit 3ee9121c577e01277ac7888bed13bdb654ef77b9)
2012-10-23 20:18:20 -04:00

4 lines
269 B
HTML

{{! Client-side Mustache template for the title of the little "userinfo" popup that shows up when you click on a name }}
<span title="{{sender_full_name}}"><b>{{sender_full_name}}</b></span><br />
<span class='my_email' title="{{sender_email}}">{{sender_email}}</span>