Fix alignment of report type selection
This commit is contained in:
@ -11,10 +11,10 @@ import {
|
|||||||
Link,
|
Link,
|
||||||
Radio,
|
Radio,
|
||||||
RadioGroup,
|
RadioGroup,
|
||||||
|
Stack,
|
||||||
Text,
|
Text,
|
||||||
Textarea,
|
Textarea,
|
||||||
useToast,
|
useToast,
|
||||||
VStack,
|
|
||||||
} from "@chakra-ui/react";
|
} from "@chakra-ui/react";
|
||||||
import { useEffect, useState } from "react";
|
import { useEffect, useState } from "react";
|
||||||
import { useLoaderData } from "@remix-run/react";
|
import { useLoaderData } from "@remix-run/react";
|
||||||
@ -293,10 +293,10 @@ export default function () {
|
|||||||
onChange={setSubmissionType}
|
onChange={setSubmissionType}
|
||||||
value={submissionType}
|
value={submissionType}
|
||||||
>
|
>
|
||||||
<VStack spacing={2}>
|
<Stack spacing={2}>
|
||||||
<Radio value="exploit">Exploiter</Radio>
|
<Radio value="exploit">Exploiter</Radio>
|
||||||
<Radio value="abuse">Server Configurator Abuse</Radio>
|
<Radio value="abuse">Server Configurator Abuse</Radio>
|
||||||
</VStack>
|
</Stack>
|
||||||
</RadioGroup>
|
</RadioGroup>
|
||||||
</FormControl>
|
</FormControl>
|
||||||
<br />
|
<br />
|
||||||
|
Reference in New Issue
Block a user