Skip to content

Commit

Permalink
Merge pull request #2664 from jeff-phillips-18/RHOAIENG-4848
Browse files Browse the repository at this point in the history
[RHOAIENG-4848] Fix positioning of pipeline actions menu
  • Loading branch information
openshift-merge-bot[bot] authored Apr 3, 2024
2 parents 42c0f11 + 2aa9448 commit 57c0e63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const PipelineServerActions: React.FC<PipelineServerActionsProps> = ({ variant,
)
}
isOpen={open}
position={variant === 'kebab' ? 'left' : 'right'}
position="right"
isPlain={variant === 'kebab'}
dropdownItems={[
<DropdownItem key="view-server-details" onClick={() => setViewOpen(true)}>
Expand Down

0 comments on commit 57c0e63

Please sign in to comment.