diff --git a/portal/src/components/gofp/GoFPMetadataPanel.tsx b/portal/src/components/gofp/GoFPMetadataPanel.tsx index 459e7367..0b12a78d 100644 --- a/portal/src/components/gofp/GoFPMetadataPanel.tsx +++ b/portal/src/components/gofp/GoFPMetadataPanel.tsx @@ -22,6 +22,7 @@ import useGofp from "../../contexts/GoFPContext"; import useGofpContract from "../../hooks/useGofpConract"; import ReactMarkdown from "react-markdown"; import remarkGfm from "remark-gfm"; +import remarkBreaks from "remark-breaks"; const MetadataPanel = () => { const web3ctx = useContext(Web3Context); @@ -95,7 +96,7 @@ const MetadataPanel = () => { fontWeight="700" lineHeight="160%" > - + {stage.lore} diff --git a/portal/src/styles/globals.css b/portal/src/styles/globals.css index 61ab44a8..8e3c7624 100644 --- a/portal/src/styles/globals.css +++ b/portal/src/styles/globals.css @@ -144,6 +144,4 @@ blockquote { font-weight: 400; line-height: 140%; } -blockquote p { - display: inline; -} +