Increase size of .md viewer
This commit is contained in:
parent
5892383a61
commit
a1465f1680
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ export function HTMLViewer({ className = '' }: HTMLViewerProps) {
|
|||
<TTSPlayer />
|
||||
</div>
|
||||
<div className="flex-1 overflow-auto">
|
||||
<div className={`px-4 ${isTxtFile ? 'whitespace-pre-wrap font-mono text-sm' : 'prose prose-base'}`}>
|
||||
<div className={`min-w-full px-4 ${isTxtFile ? 'whitespace-pre-wrap font-mono text-sm' : 'prose prose-base'}`}>
|
||||
{isTxtFile ? (
|
||||
currDocData
|
||||
) : (
|
||||
|
|
|
|||
Loading…
Reference in a new issue