From b386d349a4eb2dc9822af5635cfdd5a9b374ba14 Mon Sep 17 00:00:00 2001 From: enter-a-random-username <112093608+enter-a-random-username@users.noreply.github.com> Date: Sat, 9 Aug 2025 07:28:33 +0200 Subject: [PATCH] Fix bug in JMP flex alignment JMP seems to not support `end` and was avoided/ replaced so far with `flex-end` --- src/apps/experimental/components/library/ItemsView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/experimental/components/library/ItemsView.tsx b/src/apps/experimental/components/library/ItemsView.tsx index ae985b22ee..3fc2a18c96 100644 --- a/src/apps/experimental/components/library/ItemsView.tsx +++ b/src/apps/experimental/components/library/ItemsView.tsx @@ -300,7 +300,7 @@ const ItemsView: FC = ({ xs: 1, sm: 0 }, - justifyContent: 'end' + justifyContent: 'flex-end' }} > {!isPending && (