Skip to content

Commit e6c5296

Browse files
committed
docs: text alignment
1 parent 4fda123 commit e6c5296

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/app/(home)/Demo.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ function App() {
397397
</div>
398398
</div>
399399
)}
400-
<div className="h-[calc(100vh-400px)] overflow-y-auto p-1">
400+
<div className="h-[calc(100vh-400px)] overflow-y-auto p-1 text-left">
401401
{Array.from(files.keys()).map((path) => (
402402
<button
403403
type="button"
@@ -463,7 +463,7 @@ function App() {
463463
</div>
464464
</div>
465465
<div className="flex-1 overflow-hidden">
466-
<div className="h-[calc(100vh-400px)] overflow-y-auto p-4 font-mono text-sm">
466+
<div className="h-[calc(100vh-400px)] overflow-y-auto p-4 text-left font-mono text-sm">
467467
<div className="rounded-lg border border-zinc-200 bg-zinc-50 dark:border-zinc-800 dark:bg-zinc-800/50">
468468
{renderDiff(
469469
selectedFile.previousContent,

0 commit comments

Comments
 (0)