mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
recent-topics: Fix tooltip placement for time in recent-topic row.
This commit is contained in:
committed by
Tim Abbott
parent
112bc0c816
commit
ab1c656c58
@@ -50,7 +50,7 @@
|
||||
</ul>
|
||||
</td>
|
||||
<td class="recent_topic_timestamp">
|
||||
<div class="last_msg_time tippy-zulip-tooltip" data-tippy-content="{{this.full_last_msg_date_time}}">
|
||||
<div class="last_msg_time tippy-zulip-tooltip" data-tippy-content="{{this.full_last_msg_date_time}}" data-tippy-placement="top">
|
||||
{{ last_msg_time }}
|
||||
</div>
|
||||
</td>
|
||||
|
Reference in New Issue
Block a user