topics: Add tooltip showing full topic name in left sidebar.

This is useful if the topic name is too long and thus is cut off for
display purposes.

Fixes #3979.
This commit is contained in:
Saurav Pratihar 2017-03-09 05:13:54 +05:30 committed by Tim Abbott
parent 621e0749dc
commit 9ab4b3b6cc
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<li class='{{#if is_zero}}zero-subject-unreads{{/if}} {{#if is_muted}}muted_topic{{/if}} topic-list-item' data-name='{{topic_name}}'>
<span class='topic-box'>
<a href='{{url}}' class="topic-name">
<a href='{{url}}' class="topic-name" title="{{topic_name}}">
{{topic_name}}
</a>
<div class="topic-unread-count {{#if is_zero}}zero_count{{/if}}">