CSS fixes for under-heading info
This commit is contained in:
@@ -63,7 +63,7 @@ export default function (props: ReportCardProps & { port?: MessagePort }) {
|
|||||||
<Heading size="lg">
|
<Heading size="lg">
|
||||||
Report for {props.target_usernames.toString()}
|
Report for {props.target_usernames.toString()}
|
||||||
</Heading>
|
</Heading>
|
||||||
<VStack>
|
<VStack alignContent="start" gap="0.25rem" paddingTop="8px">
|
||||||
<Text fontSize="xs">ID(s): {props.target_ids.toString()}</Text>
|
<Text fontSize="xs">ID(s): {props.target_ids.toString()}</Text>
|
||||||
<Text fontSize="xs">Report Type: {props.type}</Text>
|
<Text fontSize="xs">Report Type: {props.type}</Text>
|
||||||
</VStack>
|
</VStack>
|
||||||
|
|||||||
Reference in New Issue
Block a user