Make project options full width
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user