mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
copy: Fix extra space before > in copy-paste styling.
This commit is contained in:
@@ -11,8 +11,7 @@
|
|||||||
{{#if invite_only}}
|
{{#if invite_only}}
|
||||||
<i class="fa fa-lock invite-stream-icon" title="{{t 'This is a private stream' }}" aria-label="{{t 'This is a private stream' }}"></i>
|
<i class="fa fa-lock invite-stream-icon" title="{{t 'This is a private stream' }}" aria-label="{{t 'This is a private stream' }}"></i>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
{{display_recipient}}
|
{{display_recipient}}</a>
|
||||||
</a>
|
|
||||||
|
|
||||||
{{! hidden narrow icon for copy-pasting }}
|
{{! hidden narrow icon for copy-pasting }}
|
||||||
<span class="copy-paste-text">></span>
|
<span class="copy-paste-text">></span>
|
||||||
|
|||||||
Reference in New Issue
Block a user