Skip to content

Commit

Permalink
added "hasBorder" to support nested panels
Browse files Browse the repository at this point in the history
  • Loading branch information
jloleysens committed Mar 30, 2021
1 parent 34844c1 commit 80ba7b4
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,7 @@ export const PipelineProcessorsEditorItem: FunctionComponent<Props> = memo(
};

return (
// TODO: Add hasBorder={true} here
<EuiPanel hasShadow={false} paddingSize="s" className={panelClasses}>
<EuiPanel hasBorder hasShadow={false} paddingSize="s" className={panelClasses}>
<EuiFlexGroup
gutterSize="none"
responsive={false}
Expand Down

0 comments on commit 80ba7b4

Please sign in to comment.