From 9466bc5ff802604ead3d3b1c077ba1bec7ed6029 Mon Sep 17 00:00:00 2001 From: lingdocs <71590811+lingdocs@users.noreply.github.com> Date: Fri, 22 Oct 2021 15:37:26 -0400 Subject: [PATCH] better formatting --- src/components/equative-explorer/EquativeExplorer.tsx | 10 +++++++--- .../equative-explorer/explorer-selectors.tsx | 8 ++++---- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/src/components/equative-explorer/EquativeExplorer.tsx b/src/components/equative-explorer/EquativeExplorer.tsx index 5350bbe..bb58f3d 100644 --- a/src/components/equative-explorer/EquativeExplorer.tsx +++ b/src/components/equative-explorer/EquativeExplorer.tsx @@ -47,9 +47,13 @@ function EquativeExplorer() { } return <> -
- - +
+
+ +
+
+ +
; diff --git a/src/components/equative-explorer/explorer-selectors.tsx b/src/components/equative-explorer/explorer-selectors.tsx index c64898c..b7e8744 100644 --- a/src/components/equative-explorer/explorer-selectors.tsx +++ b/src/components/equative-explorer/explorer-selectors.tsx @@ -41,8 +41,8 @@ export function SubjectSelector({ state, dispatch }: { const subject = state.subjectType === "pronouns" ? undefined : state.subjectsSelected[state.subjectType]; - return
- + return
+
- + return
+