Skip to content

Commit

Permalink
style: non-fixed-width help text boxes in discover form
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlougheed committed Dec 5, 2023
1 parent 6100042 commit e425263
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/steps/DiscoverStep.js
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ const DiscoverStep = ({ visible, dataset, onBack }) => {
<Form layout="vertical">
<Form.Item
label="Taxa"
help={<div style={{ height: 68 }}>
help={<div style={{ marginBottom: 8 }}>
The taxa available here are just those which are detectable by the dataset specified.
</div>}
>
Expand All @@ -526,7 +526,7 @@ const DiscoverStep = ({ visible, dataset, onBack }) => {
</Form.Item>
<Form.Item
label="Max. Primers"
help={<div style={{ height: 68 }}>
help={<div style={{ marginBottom: 8 }}>
If this value is higher than the number of primers needed, only the fewest needed
primers will be used.
</div>}
Expand Down

0 comments on commit e425263

Please sign in to comment.