Merge pull request #7081 from enter-a-random-username/patch-3
Fix bug in JMP flex alignment
This commit is contained in:
@@ -300,7 +300,7 @@ const ItemsView: FC<ItemsViewProps> = ({
|
||||
xs: 1,
|
||||
sm: 0
|
||||
},
|
||||
justifyContent: 'end'
|
||||
justifyContent: 'flex-end'
|
||||
}}
|
||||
>
|
||||
{!isPending && (
|
||||
|
||||
Reference in New Issue
Block a user