From bd919f6e74395b9caa0441dc48adb722cdeaf299 Mon Sep 17 00:00:00 2001 From: Dominik Broj Date: Thu, 29 Aug 2024 10:24:51 +0200 Subject: [PATCH] fix: fix alert group card layout (#4952) # What this PR does fix alert group card layout ## Which issue(s) this PR closes [Related to [issue link here]](https://raintank-corp.slack.com/archives/C06K1MQ07GS/p1724882302489259) ## Checklist - [ ] Unit, integration, and e2e (if applicable) tests updated - [x] Documentation added (or `pr:no public docs` PR label added if not required) - [x] Added the relevant release notes label (see labels prefixed w/ `release:`). These labels dictate how your PR will show up in the autogenerated release notes. --- grafana-plugin/src/components/CardButton/CardButton.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grafana-plugin/src/components/CardButton/CardButton.tsx b/grafana-plugin/src/components/CardButton/CardButton.tsx index e0b0355770..43d0da6177 100644 --- a/grafana-plugin/src/components/CardButton/CardButton.tsx +++ b/grafana-plugin/src/components/CardButton/CardButton.tsx @@ -31,7 +31,7 @@ export const CardButton: FC = (props) => { >
{icon}
- + {description} {title}