Skip to content

Commit 4d8003d

Browse files
fix filter feature type input box width
1 parent 796676b commit 4d8003d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/jbrowse-plugin-apollo/src/components/FilterFeatures.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export const FilterFeatures = observer(function FilterFeatures({
6161
Select the feature types you want to display in the apollo track
6262
</DialogContentText>
6363
<Grid2 container spacing={2}>
64-
<Grid2>
64+
<Grid2 size={8}>
6565
<OntologyTermAutocomplete
6666
session={session}
6767
ontologyName="Sequence Ontology"
@@ -83,7 +83,7 @@ export const FilterFeatures = observer(function FilterFeatures({
8383
}}
8484
/>
8585
</Grid2>
86-
<Grid2>
86+
<Grid2 size={4}>
8787
<Button
8888
variant="contained"
8989
onClick={handleAddFeatureType}

0 commit comments

Comments
 (0)