We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cff615 commit 0b49637Copy full SHA for 0b49637
package.json
@@ -43,7 +43,7 @@
43
"@clack/prompts": "^0.11.0",
44
"@heroicons/react": "^2.2.0",
45
"@node-core/rehype-shiki": "1.3.0",
46
- "@node-core/ui-components": "1.5.2",
+ "@node-core/ui-components": "1.5.3",
47
"@orama/orama": "^3.1.18",
48
"@orama/ui": "^1.5.4",
49
"@rollup/plugin-virtual": "^3.0.2",
src/generators/web/ui/index.css
@@ -73,18 +73,3 @@ main {
73
}
74
75
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