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
187 B
Handlebars
4 lines
187 B
Handlebars
<button class="btn pull-left copy_button_base copy_codeblock" data-toggle="tooltip" title="{{t "Copy code" }}" aria-label="{{t "Copy code" }}">
|
|
{{> copy_to_clipboard_svg }}
|
|
</button>
|