mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
In mobile mode align action buttons to the right
This commit is contained in:
parent
a8ce2112ce
commit
52d1d761e4
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue