Fix bug in JMP flex alignment
JMP seems to not support `end` and was avoided/ replaced so far with `flex-end`
This commit is contained in:
committed by
GitHub
parent
3aea9bc7ae
commit
b386d349a4
@@ -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