From da523fa32fc3430e7798e69014a29f705fd382eb Mon Sep 17 00:00:00 2001 From: blessedcoolant <54517381+blessedcoolant@users.noreply.github.com> Date: Thu, 20 Jul 2023 23:54:11 +1200 Subject: [PATCH] fix: Editable text aligning left instead of inplace. --- .../gallery/components/Boards/BoardsList/GalleryBoard.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/invokeai/frontend/web/src/features/gallery/components/Boards/BoardsList/GalleryBoard.tsx b/invokeai/frontend/web/src/features/gallery/components/Boards/BoardsList/GalleryBoard.tsx index d2a4693c36..d28cb33200 100644 --- a/invokeai/frontend/web/src/features/gallery/components/Boards/BoardsList/GalleryBoard.tsx +++ b/invokeai/frontend/web/src/features/gallery/components/Boards/BoardsList/GalleryBoard.tsx @@ -272,6 +272,7 @@ const GalleryBoard = memo( p: 0, _focusVisible: { p: 0, + textAlign: 'center', // get rid of the edit border boxShadow: 'none', },