good morning!!!!

Skip to content
Snippets Groups Projects
Commit 3e1ba813 authored by Garet Halliday's avatar Garet Halliday
Browse files

fix pre overflow

parent 9c2536b6
No related branches found
No related tags found
No related merge requests found
Pipeline #22427 passed
...@@ -4,5 +4,5 @@ export const Pre = ({ ...@@ -4,5 +4,5 @@ export const Pre = ({
}: { }: {
children: React.ReactNode children: React.ReactNode
}) => { }) => {
return <pre className={"border rounded bg-neutral-50 border-neutral-300 text-sm p-2 mt-2 break-words"}>{children}</pre> return <pre className={"border rounded bg-neutral-50 border-neutral-300 text-sm p-2 mt-2 whitespace-pre-wrap break-words"}>{children}</pre>
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment