diff options
| author | Nate Sesti <sestinj@gmail.com> | 2023-06-12 14:54:51 -0700 | 
|---|---|---|
| committer | Nate Sesti <sestinj@gmail.com> | 2023-06-12 14:54:51 -0700 | 
| commit | 0b19ccaea4ea36a3bdda97ce93b1a6a9758da038 (patch) | |
| tree | e557fcefdd1a9603cfcb26d26146e8daccb1c2c8 /extension/react-app | |
| parent | 49b8eb14e872786ffcfe55d97223915d3b7d0273 (diff) | |
| download | sncontinue-0b19ccaea4ea36a3bdda97ce93b1a6a9758da038.tar.gz sncontinue-0b19ccaea4ea36a3bdda97ce93b1a6a9758da038.tar.bz2 sncontinue-0b19ccaea4ea36a3bdda97ce93b1a6a9758da038.zip | |
fixing feedback on dlt recipes
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 8ea54325..3408053b 100644 --- a/extension/react-app/src/components/StepContainer.tsx +++ b/extension/react-app/src/components/StepContainer.tsx @@ -169,7 +169,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)} | 
