Skip to content

Commit fd3b272

Browse files
authored
fix: code, and update ui-components (#591)
* fix: code, and update ui-components * fix: break tables point
1 parent f38251c commit fd3b272

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

npm-shrinkwrap.json

Lines changed: 4 additions & 4 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
@@ -43,7 +43,7 @@
4343
"@clack/prompts": "^1.0.0",
4444
"@heroicons/react": "^2.2.0",
4545
"@node-core/rehype-shiki": "1.3.0",
46-
"@node-core/ui-components": "1.5.8",
46+
"@node-core/ui-components": "^1.5.9",
4747
"@orama/orama": "^3.1.18",
4848
"@orama/ui": "^1.5.4",
4949
"@rollup/plugin-virtual": "^3.0.2",

src/generators/web/ui/index.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,12 @@ main {
1616
word-break: break-word;
1717
}
1818

19-
@media (min-width: 768px) {
20-
code {
19+
@media (min-width: 1024px) {
20+
td {
21+
word-break: break-all;
22+
}
23+
24+
td code {
2125
overflow-wrap: normal;
2226
word-break: normal;
2327
}

0 commit comments

Comments
 (0)