From 7264d8987be8cd40ad64881b724698af0d2aabe2 Mon Sep 17 00:00:00 2001
From: Joshua Mbogo <55801923+mbogo-mit@users.noreply.github.com>
Date: Mon, 30 Oct 2023 20:44:15 -0400
Subject: [PATCH] fixing alignment of Filter Annotations Popover and Text
Analysis Popover
---
src/components/FilterPopover/FilterPopover.js | 4 ++--
src/components/TextAnalysisPopover/TextAnalysisPopover.js | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/components/FilterPopover/FilterPopover.js b/src/components/FilterPopover/FilterPopover.js
index bba52c12..6c72e7b2 100644
--- a/src/components/FilterPopover/FilterPopover.js
+++ b/src/components/FilterPopover/FilterPopover.js
@@ -483,7 +483,7 @@ function FilterPopover({ session }) {
: unsavedChangesPopoverComponent}
>
@@ -494,7 +494,7 @@ function FilterPopover({ session }) {
setIsFilterPopoverOpen(isOpen)}
rootClose
overlay={annotationIdBeingEdited !== undefined
diff --git a/src/components/TextAnalysisPopover/TextAnalysisPopover.js b/src/components/TextAnalysisPopover/TextAnalysisPopover.js
index 327f4efd..4e8a5aca 100644
--- a/src/components/TextAnalysisPopover/TextAnalysisPopover.js
+++ b/src/components/TextAnalysisPopover/TextAnalysisPopover.js
@@ -111,7 +111,7 @@ function TextAnalysisPopover({ textAnalysisData, loadingTextAnalysisData, getTex
setIsFilterPopoverOpen(isOpen)}
rootClose
overlay={filterPopoverComponent}