Skip to content

Commit 3aca277

Browse files
committed
version check fixed
1 parent 271d358 commit 3aca277

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "easyedit",
33
"description": "EasyEdit - A simple Markdown editor",
4-
"version": "1.4.1",
4+
"version": "1.4.0",
55
"type": "module",
66
"scripts": {
77
"server": "vite --host --port 3024",

src/App.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ html,
2323
padding: 2px 6px;
2424
border-radius: 4px;
2525
margin: 4px 0;
26-
white-space: pre-wrap; /* Only preserve whitespace in code blocks */
26+
white-space: pre-wrap;
2727
word-break: break-word;
2828
width: 100%;
2929
box-sizing: border-box;

0 commit comments

Comments
 (0)