From 33de0e3739bfc3cc89242abb9be42d4dea57ecbb Mon Sep 17 00:00:00 2001 From: Chandra Y Date: Wed, 22 Jan 2025 07:33:20 -0600 Subject: [PATCH] WP-781: FIx UI formatting issues (#1038) * WP-774: FIx UI formatting issues * linting --- .../AllocationsTeamViewModal.jsx | 13 +++++++++++-- .../_common/TextCopyField/TextCopyField.jsx | 2 +- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/client/src/components/Allocations/AllocationsModals/AllocationsTeamViewModal/AllocationsTeamViewModal.jsx b/client/src/components/Allocations/AllocationsModals/AllocationsTeamViewModal/AllocationsTeamViewModal.jsx index 6de5ab55b..df5a2eca6 100644 --- a/client/src/components/Allocations/AllocationsModals/AllocationsTeamViewModal/AllocationsTeamViewModal.jsx +++ b/client/src/components/Allocations/AllocationsModals/AllocationsTeamViewModal/AllocationsTeamViewModal.jsx @@ -94,14 +94,23 @@ const AllocationsTeamViewModal = ({ isOpen, toggle }) => { return ( - + - {isManager && } + {isManager && ( + + )} diff --git a/client/src/components/_common/TextCopyField/TextCopyField.jsx b/client/src/components/_common/TextCopyField/TextCopyField.jsx index f6e5424ad..0bb5cf5d9 100644 --- a/client/src/components/_common/TextCopyField/TextCopyField.jsx +++ b/client/src/components/_common/TextCopyField/TextCopyField.jsx @@ -53,7 +53,7 @@ const TextCopyField = ({ value, placeholder, displayField }) => { data-testid="textarea" readOnly /> -
+