We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bb5741 commit 47ecc7aCopy full SHA for 47ecc7a
frontend/src/app/scripts/_components/ScriptAccordion.tsx
@@ -56,7 +56,7 @@ export default function ScriptAccordion({
56
value={expandedItem}
57
onValueChange={handleAccordionChange}
58
collapsible
59
- className="overflow-y-scroll max-h-[calc(100vh-210px)] overflow-x-hidden mt-3 p-2"
+ className="overflow-y-scroll max-h-[calc(100vh-220px)] overflow-x-hidden mt-3 p-2"
60
>
61
{items.map((category) => (
62
<AccordionItem
json/vaultwarden.json
@@ -47,7 +47,7 @@
47
"type": "warning"
48
},
49
{
50
- "text": "Build Settings for normal LXC: 4GB RAM - 6GB Storage - 4vCPU",
+ "text": "Build Settings for normal LXC: 6GB RAM - 6GB Storage - 4vCPU",
51
"type": "info"
52
}
53
]
0 commit comments