Stage test content to verify pre tag wrap
This commit is contained in:
parent
8fdbc0deb5
commit
42c97d82d6
@ -254,6 +254,12 @@ const DocumentViewer: React.FC<DocumentViewerProps> = ({
|
|||||||
<Box key="FactView" sx={{ display: "flex", flexDirection: "column", overflow: "auto", flexGrow: 1, flexBasis: 0, p: 0 }}>
|
<Box key="FactView" sx={{ display: "flex", flexDirection: "column", overflow: "auto", flexGrow: 1, flexBasis: 0, p: 0 }}>
|
||||||
<Document sx={{ display: "flex", flexGrow: 1 }} title="">
|
<Document sx={{ display: "flex", flexGrow: 1 }} title="">
|
||||||
{facts !== undefined && <Message message={facts} />}
|
{facts !== undefined && <Message message={facts} />}
|
||||||
|
{/* <pre>
|
||||||
|
|
||||||
|
With over 20 years of experience as a software architect, team lead, and developer, James Ketrenos brings a unique blend of technical expertise and leadership to the table. Focused on advancing energy-efficient AI solutions, he excels in designing, building, and deploying scalable systems that enable rapid product development. His extensive background in Linux software architecture, DevOps, and open-source technologies makes him an ideal candidate for leading roles at technology-driven companies.
|
||||||
|
|
||||||
|
---
|
||||||
|
</pre> */}
|
||||||
</Document>
|
</Document>
|
||||||
{processing === "facts" && (
|
{processing === "facts" && (
|
||||||
<Box sx={{
|
<Box sx={{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user