Skip to content

Commit 485d4cf

Browse files
committed
Update
1 parent 123052a commit 485d4cf

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@
44
node_modules
55
yarn.lock
66
.DS_Store
7+
8+
/docs/lib

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
h1, h2 { color: #111; border-bottom: 1px solid #ddd; padding-bottom: 0.5rem;}
1111
.container { display: flex; gap: 2rem; max-width: 1200px; margin: 0 auto; }
1212
.column { flex: 1; display: flex; flex-direction: column; }
13-
textarea, pre { width: 100%; min-height: 400px; box-sizing: border-box; border: 1px solid #ccc; border-radius: 6px; padding: 1rem; font-family: monospace; font-size: 14px; line-height: 1.5; }
13+
textarea, pre { width: 100%; min-height: 400px; box-sizing: border-box; border: 1px solid #ccc; border-radius: 6px; padding: 1rem; font-family: monospace; font-size: 14px; line-height: 1.5; text-wrap: nowrap; }
1414
textarea { resize: vertical; }
1515
pre { background-color: #fff; white-space: pre-wrap; word-wrap: break-word; }
1616
button { font-size: 1rem; padding: 0.75rem 1.5rem; border: none; border-radius: 6px; background-color: #007bff; color: white; cursor: pointer; margin-top: 1rem; align-self: flex-start; }

0 commit comments

Comments
 (0)