Skip to content

Commit f14b31c

Browse files
authored
fix(orama): max-width on modal (#536)
1 parent 36e458b commit f14b31c

File tree

3 files changed

+18
-16
lines changed

3 files changed

+18
-16
lines changed

npm-shrinkwrap.json

Lines changed: 15 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
"@minify-html/node": "^0.16.4",
4646
"@node-core/rehype-shiki": "1.3.0",
4747
"@node-core/ui-components": "1.4.2",
48-
"@orama/orama": "^3.1.16",
49-
"@orama/ui": "^1.5.3",
48+
"@orama/orama": "^3.1.18",
49+
"@orama/ui": "^1.5.4",
5050
"@rollup/plugin-virtual": "^3.0.2",
5151
"acorn": "^8.15.0",
5252
"commander": "^14.0.2",

src/generators/web/ui/index.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ main {
7272
}
7373

7474
#modalContent li > div > a {
75+
max-width: 42rem;
7576
> svg {
7677
flex-shrink: 0;
7778
}

0 commit comments

Comments
 (0)