mirror of
https://github.com/zulip/zulip.git
synced 2026-06-21 21:32:29 +08:00
Since both the original button svg's have their own individual height and width, this commit tweaks it to values height=20 and width=16 which works well for both buttons.
4 lines
257 B
Handlebars
4 lines
257 B
Handlebars
<button class="btn pull-right copy_button_base copy_message" data-toggle="tooltip" title="{{t "Copy and close" }}" aria-label="{{t "Copy and close" }}" data-clipboard-target="#message_edit_content_{{message_id}}">
|
|
{{> copy_to_clipboard_svg }}
|
|
</button>
|