maxheight increase

This commit is contained in:
Mathew Pareles 2025-01-15 02:47:00 -08:00
parent f3270a2219
commit 12d08eb709

View file

@ -383,7 +383,7 @@ export const SelectedFiles = (
<BlockCode
initValue={selection.selectionStr!}
language={filenameToVscodeLanguage(selection.fileURI.path)}
maxHeight={100}
maxHeight={200}
showScrollbars={true}
/>
</div>