Skip to content

Commit 7b3abeb

Browse files
Merge pull request #4 from DHTMLX/next
Migration from doc engine v3.1.0 to 3.3.2
2 parents f1e0134 + 074547a commit 7b3abeb

File tree

3 files changed

+1414
-1438
lines changed

3 files changed

+1414
-1438
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"normalizeLink": "cd plugins && node samplesLinksNormalize.js"
1414
},
1515
"dependencies": {
16-
"@docusaurus/core": "^3.1.0",
17-
"@docusaurus/preset-classic": "^3.1.0",
16+
"@docusaurus/core": "^3.3.2",
17+
"@docusaurus/preset-classic": "^3.3.2",
1818
"@mdx-js/react": "^3.0.0",
1919
"clsx": "^1.1.1",
2020
"docusaurus-gtm-plugin": "^0.0.2",

src/css/custom.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,3 +251,13 @@ span.token-line.theme-code-block-highlighted-line {
251251
}
252252

253253
/* end list */
254+
255+
p {
256+
line-height: 2;
257+
}
258+
259+
.markdown ul li {
260+
margin-top: 10px;
261+
margin-bottom: 10px;
262+
line-height: 2;
263+
}

0 commit comments

Comments
 (0)