Skip to content

Commit 0b49637

Browse files
committed
fix: search modal overflow
1 parent 2cff615 commit 0b49637

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@clack/prompts": "^0.11.0",
4444
"@heroicons/react": "^2.2.0",
4545
"@node-core/rehype-shiki": "1.3.0",
46-
"@node-core/ui-components": "1.5.2",
46+
"@node-core/ui-components": "1.5.3",
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: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -73,18 +73,3 @@ main {
7373
}
7474
}
7575
}
76-
77-
#modalContent li > div > a {
78-
max-width: 42rem;
79-
> svg {
80-
flex-shrink: 0;
81-
}
82-
> div {
83-
min-width: 0;
84-
> p {
85-
overflow: hidden;
86-
text-overflow: ellipsis;
87-
white-space: nowrap;
88-
}
89-
}
90-
}

0 commit comments

Comments
 (0)