diff --git a/src/components/RunCode.tsx b/src/components/RunCode.tsx index d2630787..312a1c65 100644 --- a/src/components/RunCode.tsx +++ b/src/components/RunCode.tsx @@ -72,7 +72,7 @@ const RunCode: React.FC = ({ <> )} {displayText != '' && ( -

+

             {displayText}
           
diff --git a/src/styles/PageWrapper.scss b/src/styles/PageWrapper.scss index 45698f5c..71de7e01 100644 --- a/src/styles/PageWrapper.scss +++ b/src/styles/PageWrapper.scss @@ -60,7 +60,6 @@ $layout-hspacing: 13vh; display: inline-flex; font-family: $courier; font-size: 20px; - overflow: scroll; padding: 0 5px; }