From 89e85c1592aace38e06fb0d2ea3b42a92c65d159 Mon Sep 17 00:00:00 2001 From: Staton Hysell <101748563+staton-hyse11@users.noreply.github.com> Date: Fri, 14 Feb 2025 18:09:18 -0500 Subject: [PATCH] Added width style to the action button (#100768) * Added width style to the action button * Fix typo --- .../grafana-ui/src/components/Actions/ActionButton.tsx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/grafana-ui/src/components/Actions/ActionButton.tsx b/packages/grafana-ui/src/components/Actions/ActionButton.tsx index ed023601c1f..f43329a21b7 100644 --- a/packages/grafana-ui/src/components/Actions/ActionButton.tsx +++ b/packages/grafana-ui/src/components/Actions/ActionButton.tsx @@ -18,7 +18,13 @@ export function ActionButton({ action, ...buttonProps }: ActionButtonProps) { return ( <> - {showConfirm && (