Skip to content

Commit

Permalink
Clean up workspace and side panel border stylings
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Ohlsen <[email protected]>
  • Loading branch information
ohltyler committed Oct 19, 2023
1 parent 8af512e commit 6459ab3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export function ComponentDetails(props: ComponentDetailsProps) {
gutterSize="none"
className="workspace-panel"
>
<EuiFlexItem className="resizable-panel-border">
<EuiFlexItem>
<EuiPanel paddingSize="m">
{props.selectedComponent ? (
<ComponentInputs selectedComponent={props.selectedComponent} />
Expand Down
6 changes: 0 additions & 6 deletions public/pages/workflow_detail/workspace/workspace-styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,3 @@
height: 60vh;
padding: 0;
}

.resizable-panel-border {
border-style: groove;
border-color: gray;
border-width: 1px;
}
2 changes: 1 addition & 1 deletion public/pages/workflow_detail/workspace/workspace.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export function Workspace(props: WorkspaceProps) {
justifyContent="spaceBetween"
className="workspace-panel"
>
<EuiFlexItem className="resizable-panel-border">
<EuiFlexItem className="euiPanel euiPanel--hasShadow euiPanel--borderRadiusMedium">
{/**
* We have these wrapper divs & reactFlowWrapper ref to control and calculate the
* ReactFlow bounds when calculating node positioning.
Expand Down

0 comments on commit 6459ab3

Please sign in to comment.