In mobile mode align action buttons to the right

This commit is contained in:
Jackson Harper 2022-04-05 10:41:33 -07:00
parent a8ce2112ce
commit 52d1d761e4

View file

@ -613,7 +613,7 @@ function GenericTableCard(props: GenericTableCardProps & { isLastChild?: boolean
</Box>
</TooltipWrapped>
)}
<Box css={{'@md': { display: 'none' }}}>
<Box css={{ marginLeft: 'auto', '@md': { display: 'none' }}}>
{moreActionsButton()}
</Box>
</HStack>