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 318ace0 commit 1f4b859Copy full SHA for 1f4b859
apps/webapp/app/components/metrics/QueryWidget.tsx
@@ -240,6 +240,7 @@ export function QueryWidget({
240
onEdit(props.data);
241
setIsMenuOpen(false);
242
}}
243
+ leadingIconClassName="-ml-1 -mr-0.5"
244
/>
245
)}
246
{onRename && (
@@ -296,6 +297,7 @@ export function QueryWidget({
296
297
copyJSON();
298
299
300
301
302
<PopoverMenuItem
303
icon={IconFileTypeCsv}
@@ -305,6 +307,7 @@ export function QueryWidget({
305
307
copyCSV();
306
308
309
310
311
312
</div>
313
</PopoverContent>
0 commit comments