diff options
| author | Nate Sesti <sestinj@gmail.com> | 2023-06-12 15:09:30 -0700 | 
|---|---|---|
| committer | Nate Sesti <sestinj@gmail.com> | 2023-06-12 15:09:30 -0700 | 
| commit | b2cdc7edb0db303fa0e2f82bfa26729102a2f111 (patch) | |
| tree | 3d47055d2875b7d4ff024289e1d57b76baadd98d /extension/react-app | |
| parent | 25262703573e79fc436c32f48b8df428bfeb4c97 (diff) | |
| parent | 52ffaa321ee24d2a930ac4e6ff083aaa37be79e8 (diff) | |
| download | sncontinue-b2cdc7edb0db303fa0e2f82bfa26729102a2f111.tar.gz sncontinue-b2cdc7edb0db303fa0e2f82bfa26729102a2f111.tar.bz2 sncontinue-b2cdc7edb0db303fa0e2f82bfa26729102a2f111.zip | |
Merge branch 'main' into superset-of-chat
Diffstat (limited to 'extension/react-app')
| -rw-r--r-- | extension/react-app/src/components/StepContainer.tsx | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/extension/react-app/src/components/StepContainer.tsx b/extension/react-app/src/components/StepContainer.tsx index 2d85b4f0..ca142b06 100644 --- a/extension/react-app/src/components/StepContainer.tsx +++ b/extension/react-app/src/components/StepContainer.tsx @@ -178,7 +178,7 @@ function StepContainer(props: StepContainerProps) {          <ContentDiv hidden={!open}>            {open && false && (              <> -              <pre className="overflow-scroll"> +              <pre className="overflow-x-scroll">                  Step Details:                  <br />                  {JSON.stringify(props.historyNode.step, null, 2)} | 
