From abd88ccdbf9a47c1d27336c7a1ccbad8394e0d83 Mon Sep 17 00:00:00 2001 From: IRBorisov <8611739+IRBorisov@users.noreply.github.com> Date: Wed, 3 Apr 2024 19:31:26 +0300 Subject: [PATCH] Minor UI fixes --- .../components/select/SubstitutionsPicker.tsx | 21 ++++++++----------- .../frontend/src/dialogs/DlgRenameCst.tsx | 5 ++++- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/rsconcept/frontend/src/components/select/SubstitutionsPicker.tsx b/rsconcept/frontend/src/components/select/SubstitutionsPicker.tsx index 6f775281..8468e2e4 100644 --- a/rsconcept/frontend/src/components/select/SubstitutionsPicker.tsx +++ b/rsconcept/frontend/src/components/select/SubstitutionsPicker.tsx @@ -2,7 +2,7 @@ import { useCallback, useMemo, useState } from 'react'; import { BiChevronLeft, BiChevronRight, BiFirstPage, BiLastPage, BiX } from 'react-icons/bi'; -import { LuLocate, LuLocateOff, LuPower, LuPowerOff, LuReplace } from 'react-icons/lu'; +import { LuFlag, LuFlagOff, LuPower, LuPowerOff, LuReplace } from 'react-icons/lu'; import ConstituentaBadge from '@/components/info/ConstituentaBadge'; import ConstituentaSelector from '@/components/select/ConstituentaSelector'; @@ -132,14 +132,11 @@ function SubstitutionsPicker({ columnHelper.accessor(item => describeConstituenta(item.rightCst), { id: 'right_text', header: 'Описание', - size: 1000, + minSize: 1000, cell: props =>
{props.getValue()}
}), columnHelper.display({ id: 'actions', - size: 50, - minSize: 50, - maxSize: 50, cell: props => (