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
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": "^0.11.0",
"@heroicons/react": "^2.2.0",
"@node-core/rehype-shiki": "1.3.0",
"@node-core/ui-components": "1.5.2",
"@node-core/ui-components": "1.5.3",
Comment thread
canerakdas marked this conversation as resolved.
"@orama/orama": "^3.1.18",
"@orama/ui": "^1.5.4",
"@rollup/plugin-virtual": "^3.0.2",
Expand Down
15 changes: 0 additions & 15 deletions src/generators/web/ui/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,18 +73,3 @@ main {
}
}
}

#modalContent li > div > a {
max-width: 42rem;
> svg {
flex-shrink: 0;
}
> div {
min-width: 0;
> p {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
}
}
Loading