Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@clack/prompts": "^1.0.0",
"@heroicons/react": "^2.2.0",
"@node-core/rehype-shiki": "1.3.0",
"@node-core/ui-components": "1.5.8",
"@node-core/ui-components": "^1.5.9",
Comment thread
ovflowd marked this conversation as resolved.
"@orama/orama": "^3.1.18",
"@orama/ui": "^1.5.4",
"@rollup/plugin-virtual": "^3.0.2",
Expand Down
7 changes: 0 additions & 7 deletions src/generators/web/ui/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,6 @@ main {
word-break: break-word;
}

@media (min-width: 768px) {
code {
overflow-wrap: normal;
word-break: normal;
}
}

/* Don't overflow the parent */
.overflow-container {
overflow-x: auto;
Expand Down
Loading