From c92a4058b9931916a87c18ab2497efd4086a1fcf Mon Sep 17 00:00:00 2001 From: Ivan <8611739+IRBorisov@users.noreply.github.com> Date: Thu, 19 Sep 2024 20:52:37 +0300 Subject: [PATCH] M: Minor UI fixes --- .../frontend/src/components/select/SelectLocationContext.tsx | 2 +- rsconcept/frontend/src/dialogs/DlgChangeLocation.tsx | 2 +- rsconcept/frontend/src/pages/LibraryPage/ViewSideLocation.tsx | 4 ++++ .../pages/RSFormPage/EditorRSFormCard/EditorLibraryItem.tsx | 4 ++-- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/rsconcept/frontend/src/components/select/SelectLocationContext.tsx b/rsconcept/frontend/src/components/select/SelectLocationContext.tsx index 9dded7ae..65af7646 100644 --- a/rsconcept/frontend/src/components/select/SelectLocationContext.tsx +++ b/rsconcept/frontend/src/components/select/SelectLocationContext.tsx @@ -52,7 +52,7 @@ function SelectLocationContext({ /> onChangeLocation(location)} - className={clsx('w-[35rem]', 'pb-3 px-6 flex gap-3')} + className={clsx('w-[35rem]', 'pb-3 px-6 flex gap-3 h-[9rem]')} >
{ownerSelector.isOpen ? ( - + {ownerSelector.isOpen ? (