We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34673f5 commit 07c6f6dCopy full SHA for 07c6f6d
packages/grant-explorer/src/features/round/ViewProjectDetails/components/Detail.tsx
@@ -6,7 +6,7 @@ export function Detail(props: { text: string; testID: string }) {
6
dangerouslySetInnerHTML={{
7
__html: renderToHTML(props.text.replace(/\n/g, "\n\n")),
8
}}
9
- className="text-blue-800 text-md prose prose-h1:text-lg prose-h2:text-base prose-h3:text-base prose-a:text-blue-600 max-w-full"
+ className="prose-pre:whitespace-pre-wrap text-blue-800 text-md prose prose-h1:text-lg prose-h2:text-base prose-h3:text-base prose-a:text-blue-600 max-w-full"
10
data-testid={props.testID}
11
/>
12
);
0 commit comments