From 0d229ad0f99657bc7d9fe06444ac5918559558a1 Mon Sep 17 00:00:00 2001 From: David Lougheed Date: Sat, 21 Oct 2023 17:35:02 -0400 Subject: [PATCH] chore: add help text for taxa selection --- src/steps/DiscoverStep.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/steps/DiscoverStep.js b/src/steps/DiscoverStep.js index 12286c2..96ed1d7 100644 --- a/src/steps/DiscoverStep.js +++ b/src/steps/DiscoverStep.js @@ -208,7 +208,12 @@ const DiscoverStep = ({ visible, dataset, onBack, onFinish }) => {
- + + The taxa available here are just those which are detectable by the dataset specified. + } + > @@ -222,7 +227,6 @@ const DiscoverStep = ({ visible, dataset, onBack, onFinish }) => { If this value is higher than the number of primers needed, only the fewest needed primers will be used. } - style={{ overflow: "hidden" }} >