mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +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>
|
</ul>
|
||||||
</td>
|
</td>
|
||||||
<td class="recent_topic_timestamp">
|
<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 }}
|
{{ last_msg_time }}
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user