diff --git a/src/pages/ProfilesExplorerView/components/SceneExploreDiffFlameGraph/components/SceneComparePanel/SceneComparePanel.tsx b/src/pages/ProfilesExplorerView/components/SceneExploreDiffFlameGraph/components/SceneComparePanel/SceneComparePanel.tsx index 54f0c1dc..518d28a1 100644 --- a/src/pages/ProfilesExplorerView/components/SceneExploreDiffFlameGraph/components/SceneComparePanel/SceneComparePanel.tsx +++ b/src/pages/ProfilesExplorerView/components/SceneExploreDiffFlameGraph/components/SceneComparePanel/SceneComparePanel.tsx @@ -334,6 +334,7 @@ const getStyles = (theme: GrafanaTheme2, color: string) => ({ justify-content: space-between; align-items: flex-start; margin-bottom: ${theme.spacing(2)}; + flex-wrap: wrap; & > h6 { font-size: 15px;