Make project options full width
This commit is contained in:
@@ -137,7 +137,7 @@ export default function ProjectMenu() {
|
|||||||
PROJECTS
|
PROJECTS
|
||||||
</Text>
|
</Text>
|
||||||
<Divider />
|
<Divider />
|
||||||
<VStack spacing={0}>
|
<VStack spacing={0} w="full">
|
||||||
{orgs?.map((org) => (
|
{orgs?.map((org) => (
|
||||||
<ProjectOption
|
<ProjectOption
|
||||||
key={org.id}
|
key={org.id}
|
||||||
|
|||||||
Reference in New Issue
Block a user