mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-29 18:13:47 +00:00
fix: prose content overflow on mobile — add overflow-x-auto
This commit is contained in:
@@ -271,7 +271,7 @@ export default function InfoPageView() {
|
|||||||
|
|
||||||
{/* Page content - sanitized with DOMPurify (strict allowlist) */}
|
{/* Page content - sanitized with DOMPurify (strict allowlist) */}
|
||||||
<div
|
<div
|
||||||
className="prose max-w-none lg:max-w-3xl"
|
className="prose max-w-none overflow-x-auto lg:max-w-3xl"
|
||||||
dangerouslySetInnerHTML={{ __html: sanitizedContent }}
|
dangerouslySetInnerHTML={{ __html: sanitizedContent }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user