From 79c2050ed24e1c12ca20450c5b970e5840286b49 Mon Sep 17 00:00:00 2001 From: Ivan <8611739+IRBorisov@users.noreply.github.com> Date: Mon, 2 Sep 2024 18:34:18 +0300 Subject: [PATCH] F: Improve tooltips positioning and text truncation --- .../frontend/src/components/ui/SelectMulti.tsx | 3 +++ .../frontend/src/components/ui/SelectSingle.tsx | 3 +++ .../frontend/src/components/ui/TextContent.tsx | 7 ++++--- .../frontend/src/context/ConceptOptionsContext.tsx | 9 ++++++++- .../dialogs/DlgEditWordForms/DlgEditWordForms.tsx | 2 +- .../RSFormPage/EditorTermGraph/EditorTermGraph.tsx | 13 ++++++++++--- .../ViewConstituents/TableSideConstituents.tsx | 12 ++++++++---- rsconcept/frontend/src/utils/constants.ts | 1 + 8 files changed, 38 insertions(+), 12 deletions(-) diff --git a/rsconcept/frontend/src/components/ui/SelectMulti.tsx b/rsconcept/frontend/src/components/ui/SelectMulti.tsx index f66f8968..bf4cf541 100644 --- a/rsconcept/frontend/src/components/ui/SelectMulti.tsx +++ b/rsconcept/frontend/src/components/ui/SelectMulti.tsx @@ -67,6 +67,9 @@ function SelectMulti = GroupBase