Try something else for compact view type dropdown
This commit is contained in:
parent
e12ecdfe33
commit
edb6aff355
@ -304,8 +304,8 @@ export default function () {
|
|||||||
onClose={itemModals.infraction.onClose}
|
onClose={itemModals.infraction.onClose}
|
||||||
/>
|
/>
|
||||||
<Flex>
|
<Flex>
|
||||||
<VStack maxW="container.lg">
|
<VStack w={isDesktop ? "container.md" : "container.lg"}>
|
||||||
<Box display={isDesktop ? "none" : undefined} mb="16px">
|
<Box display={isDesktop ? "none" : undefined} mb="16px" w="90%">
|
||||||
{ItemDisplay}
|
{ItemDisplay}
|
||||||
</Box>
|
</Box>
|
||||||
{entries}
|
{entries}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user