From c1d2d00481bf656ca85986aa20fe074bc5c4472a Mon Sep 17 00:00:00 2001 From: Nick Mitchell Date: Mon, 21 Nov 2022 11:29:06 -0500 Subject: [PATCH] fix: group all ProfileExplorer action buttons, don't float new to the left --- .../src/components/ProfileExplorer.tsx | 52 +++++++++---------- 1 file changed, 24 insertions(+), 28 deletions(-) diff --git a/plugins/plugin-codeflare/src/components/ProfileExplorer.tsx b/plugins/plugin-codeflare/src/components/ProfileExplorer.tsx index 39fde61d..9adc7b96 100644 --- a/plugins/plugin-codeflare/src/components/ProfileExplorer.tsx +++ b/plugins/plugin-codeflare/src/components/ProfileExplorer.tsx @@ -28,7 +28,6 @@ import { Chip, ChipGroup, Flex, - FlexItem, TreeView, TreeViewDataItem, } from "@patternfly/react-core" @@ -587,37 +586,34 @@ class ProfileCard extends React.PureComponent - - -