mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 09:33:46 +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) */}
|
||||
<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 }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user