Skip to content

Commit a1465f1

Browse files
committed
Increase size of .md viewer
1 parent 5892383 commit a1465f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/HTMLViewer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export function HTMLViewer({ className = '' }: HTMLViewerProps) {
2828
<TTSPlayer />
2929
</div>
3030
<div className="flex-1 overflow-auto">
31-
<div className={`px-4 ${isTxtFile ? 'whitespace-pre-wrap font-mono text-sm' : 'prose prose-base'}`}>
31+
<div className={`min-w-full px-4 ${isTxtFile ? 'whitespace-pre-wrap font-mono text-sm' : 'prose prose-base'}`}>
3232
{isTxtFile ? (
3333
currDocData
3434
) : (

0 commit comments

Comments
 (0)