Make project options full width

This commit is contained in:
David Corbitt
2023-08-08 13:50:57 -07:00
parent fd286f6874
commit 5dd7e67396

View File

@@ -137,7 +137,7 @@ export default function ProjectMenu() {
PROJECTS
</Text>
<Divider />
<VStack spacing={0}>
<VStack spacing={0} w="full">
{orgs?.map((org) => (
<ProjectOption
key={org.id}