Skip to content

Commit 635b576

Browse files
committed
Icon alignment fix
1 parent 0f242ea commit 635b576

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/webapp/app/components/metrics/QueryWidget.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,8 @@ export function QueryWidget({
209209
onEdit(props.data);
210210
setIsMenuOpen(false);
211211
}}
212+
className="pl-1"
213+
leadingIconClassName="-mr-1"
212214
/>
213215
)}
214216
{onRename && (

0 commit comments

Comments
 (0)