Skip to content

Commit

Permalink
fix: vaultwarden info mismatch (#645)
Browse files Browse the repository at this point in the history
  • Loading branch information
BramSuurdje authored Dec 2, 2024
1 parent 4bb5741 commit 47ecc7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/app/scripts/_components/ScriptAccordion.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export default function ScriptAccordion({
value={expandedItem}
onValueChange={handleAccordionChange}
collapsible
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"
>
{items.map((category) => (
<AccordionItem
Expand Down
2 changes: 1 addition & 1 deletion json/vaultwarden.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"type": "warning"
},
{
"text": "Build Settings for normal LXC: 4GB RAM - 6GB Storage - 4vCPU",
"text": "Build Settings for normal LXC: 6GB RAM - 6GB Storage - 4vCPU",
"type": "info"
}
]
Expand Down

0 comments on commit 47ecc7a

Please sign in to comment.