We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce4762b commit cc8f41eCopy full SHA for cc8f41e
src/DebugBar/Resources/widgets/sqlqueries/widget.css
@@ -57,7 +57,6 @@ div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-stmt-id:before {
57
}
58
div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-copy-clipboard:before {
59
content: "\f0c5";
60
- line-height: 1.5;
61
62
div.phpdebugbar-widgets-sqlqueries span.phpdebugbar-widgets-copy-clipboard-check:before {
63
content: "\f46c";
src/DebugBar/Resources/widgets/sqlqueries/widget.js
@@ -123,6 +123,7 @@
123
$('<span title="Copy to clipboard" />')
124
.addClass(csscls('copy-clipboard'))
125
.css('cursor', 'pointer')
126
+ .html("​")
127
.on('click', function (event) {
128
self.onCopyToClipboard(this);
129
event.stopPropagation();
0 commit comments