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 | 56c4b2abeb03ded8cb72cad6594ae2f92566f7d5 (patch) | |
tree | 5a8def36aff5571d3d43b512eac35bb8f72cda8a /extension/react-app/src | |
parent | d0dc7811eb71d9d53055a1aa684827502748b794 (diff) | |
parent | a0d5cf94c8bef5726dd23711ddbef58813f42fc2 (diff) | |
download | sncontinue-56c4b2abeb03ded8cb72cad6594ae2f92566f7d5.tar.gz sncontinue-56c4b2abeb03ded8cb72cad6594ae2f92566f7d5.tar.bz2 sncontinue-56c4b2abeb03ded8cb72cad6594ae2f92566f7d5.zip |
Merge pull request #283 from continuedev/anthropic
Anthropic
Diffstat (limited to 'extension/react-app/src')
-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; |