mirror of
https://github.com/maximebf/php-debugbar.git
synced 2025-07-26 11:10:46 +02:00
Use zero width for copy height (#677)
This commit is contained in:
@@ -123,6 +123,7 @@
|
||||
$('<span title="Copy to clipboard" />')
|
||||
.addClass(csscls('copy-clipboard'))
|
||||
.css('cursor', 'pointer')
|
||||
.html("​")
|
||||
.on('click', function (event) {
|
||||
self.onCopyToClipboard(this);
|
||||
event.stopPropagation();
|
||||
|
Reference in New Issue
Block a user