diff options
author | Nate Sesti <33237525+sestinj@users.noreply.github.com> | 2023-07-17 14:55:28 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-17 14:55:28 -0700 |
commit | 8498ab7fd2945703f4ad59dabf51cb851db4f64d (patch) | |
tree | abf8a563f042335caa5df94dcd951e57964d4d4c /extension/react-app | |
parent | 6e95cb64cd5b2e2d55200bf979106f18d395bb97 (diff) | |
parent | 1c9034cddeab0c131babe741e9145cc276bd7521 (diff) | |
download | sncontinue-8498ab7fd2945703f4ad59dabf51cb851db4f64d.tar.gz sncontinue-8498ab7fd2945703f4ad59dabf51cb851db4f64d.tar.bz2 sncontinue-8498ab7fd2945703f4ad59dabf51cb851db4f64d.zip |
Merge pull request #283 from continuedev/anthropic
Anthropic
Diffstat (limited to 'extension/react-app')
-rw-r--r-- | extension/react-app/src/components/StepContainer.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/extension/react-app/src/components/StepContainer.tsx b/extension/react-app/src/components/StepContainer.tsx index 9ab7430c..93b90f0d 100644 --- a/extension/react-app/src/components/StepContainer.tsx +++ b/extension/react-app/src/components/StepContainer.tsx @@ -39,7 +39,6 @@ interface StepContainerProps { const MainDiv = styled.div<{ stepDepth: number; inFuture: boolean }>` opacity: ${(props) => (props.inFuture ? 0.3 : 1)}; animation: ${appear} 0.3s ease-in-out; - /* padding-left: ${(props) => props.stepDepth * 20}px; */ overflow: hidden; margin-left: 0px; margin-right: 0px; |