diff options
author | Ty Dunn <ty@tydunn.com> | 2023-07-17 19:25:32 -0500 |
---|---|---|
committer | Ty Dunn <ty@tydunn.com> | 2023-07-17 19:25:32 -0500 |
commit | d9c1261e80485585ed9c3ca472e86864213f63c1 (patch) | |
tree | d206edb74222a55bd3d1d479b8a66b1e83d0597c /extension/react-app/src/components | |
parent | 66850f2aa71789264d177fb6e0a620355138477d (diff) | |
parent | 56c4b2abeb03ded8cb72cad6594ae2f92566f7d5 (diff) | |
download | sncontinue-d9c1261e80485585ed9c3ca472e86864213f63c1.tar.gz sncontinue-d9c1261e80485585ed9c3ca472e86864213f63c1.tar.bz2 sncontinue-d9c1261e80485585ed9c3ca472e86864213f63c1.zip |
Merge branch 'main' of github.com:continuedev/continue
Diffstat (limited to 'extension/react-app/src/components')
-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; |