Skip to content
Snippets Groups Projects
Unverified Commit 4d177afb authored by Dalton's avatar Dalton Committed by GitHub
Browse files

Fix 'Compare to the rest' action styling (#20767)

parent 8eda92ea
No related branches found
No related tags found
No related merge requests found
......@@ -279,7 +279,11 @@ export const ChartClickAction = ({ action, isLastItem, handleClickAction }) => {
});
if (action.url) {
return (
<div className="full">
<div
className={cx({
full: action.buttonType === "horizontal",
})}
>
<Link
to={action.url()}
className={className}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment