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 | 0ec688123abb8dd63fe5ae8c191a69746829884a (patch) | |
tree | d98a78480e3a34b43f67cd1fffd5d5d5fdd09406 /extension | |
parent | 043bdade5605a1c509a9f1927ebbe54db7d900f4 (diff) | |
parent | 8498ab7fd2945703f4ad59dabf51cb851db4f64d (diff) | |
download | sncontinue-0ec688123abb8dd63fe5ae8c191a69746829884a.tar.gz sncontinue-0ec688123abb8dd63fe5ae8c191a69746829884a.tar.bz2 sncontinue-0ec688123abb8dd63fe5ae8c191a69746829884a.zip |
Merge branch 'main' of github.com:continuedev/continue
Diffstat (limited to 'extension')
-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; |