mirror of
https://github.com/zulip/zulip.git
synced 2026-06-21 21:32:29 +08:00
stream_sidebar_row: Show full stream name on hover.
This will help users see the full stream name for truncated stream names in the left sidebar more easily.
This commit is contained in:
parent
e566e985e4
commit
42dfd98607
@ -8,7 +8,7 @@
|
||||
{{> stream_privacy }}
|
||||
</span>
|
||||
|
||||
<a href="{{uri}}" class="stream-name">{{name}}</a>
|
||||
<a href="{{uri}}" title="{{name}}" class="stream-name">{{name}}</a>
|
||||
|
||||
<div class="count"><div class="value"></div></div>
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user