summaryrefslogtreecommitdiff
path: root/extension/react-app/src/components/StepContainer.tsx
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-06-01 19:03:10 -0400
committerNate Sesti <sestinj@gmail.com>2023-06-01 19:03:10 -0400
commit4d4d82084bdd45039eb72ef9c6c4582cd770b4d5 (patch)
tree8d5773013cd6f444b967cb7c5ebcedb024f49ba8 /extension/react-app/src/components/StepContainer.tsx
parenta874f9497610853c1f7efdb2bb25e91c21abca2c (diff)
downloadsncontinue-4d4d82084bdd45039eb72ef9c6c4582cd770b4d5.tar.gz
sncontinue-4d4d82084bdd45039eb72ef9c6c4582cd770b4d5.tar.bz2
sncontinue-4d4d82084bdd45039eb72ef9c6c4582cd770b4d5.zip
polishing dlt recipe
Diffstat (limited to 'extension/react-app/src/components/StepContainer.tsx')
-rw-r--r--extension/react-app/src/components/StepContainer.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/extension/react-app/src/components/StepContainer.tsx b/extension/react-app/src/components/StepContainer.tsx
index 36b3d99a..ec601ea7 100644
--- a/extension/react-app/src/components/StepContainer.tsx
+++ b/extension/react-app/src/components/StepContainer.tsx
@@ -36,6 +36,8 @@ const MainDiv = styled.div<{ stepDepth: number; inFuture: boolean }>`
animation: ${appear} 0.3s ease-in-out;
/* padding-left: ${(props) => props.stepDepth * 20}px; */
overflow: hidden;
+ margin-left: 0px;
+ margin-right: 0px;
`;
const StepContainerDiv = styled.div<{ open: boolean }>`