Skip to content

Commit 47ecc7a

Browse files
authored
fix: vaultwarden info mismatch (#645)
1 parent 4bb5741 commit 47ecc7a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontend/src/app/scripts/_components/ScriptAccordion.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export default function ScriptAccordion({
5656
value={expandedItem}
5757
onValueChange={handleAccordionChange}
5858
collapsible
59-
className="overflow-y-scroll max-h-[calc(100vh-210px)] overflow-x-hidden mt-3 p-2"
59+
className="overflow-y-scroll max-h-[calc(100vh-220px)] overflow-x-hidden mt-3 p-2"
6060
>
6161
{items.map((category) => (
6262
<AccordionItem

json/vaultwarden.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"type": "warning"
4848
},
4949
{
50-
"text": "Build Settings for normal LXC: 4GB RAM - 6GB Storage - 4vCPU",
50+
"text": "Build Settings for normal LXC: 6GB RAM - 6GB Storage - 4vCPU",
5151
"type": "info"
5252
}
5353
]

0 commit comments

Comments
 (0)