diff --git a/browser/src/VariantPage/PopulationsTable.tsx b/browser/src/VariantPage/PopulationsTable.tsx index bb29883fc..ce6fef903 100644 --- a/browser/src/VariantPage/PopulationsTable.tsx +++ b/browser/src/VariantPage/PopulationsTable.tsx @@ -21,6 +21,10 @@ const Table = styled(BaseTable)` } ` +const PopulationSection = styled.tbody` + border-top: 2px solid #333; +` + const TogglePopulationButton = styled(TextButton)` display: inline-flex; flex-direction: row; @@ -304,7 +308,7 @@ export class PopulationsTable extends Component {renderedPopulations.map((pop, i) => ( - + 0 && @@ -347,7 +351,7 @@ export class PopulationsTable extends Component{renderPopAF(subPop.af)} ))} - + ))} diff --git a/browser/src/VariantPage/__snapshots__/GnomadPopulationsTable.spec.tsx.snap b/browser/src/VariantPage/__snapshots__/GnomadPopulationsTable.spec.tsx.snap index c80dcbe9b..83ea554da 100644 --- a/browser/src/VariantPage/__snapshots__/GnomadPopulationsTable.spec.tsx.snap +++ b/browser/src/VariantPage/__snapshots__/GnomadPopulationsTable.spec.tsx.snap @@ -97,7 +97,9 @@ exports[`GnomadPopulationsTable with a dataset of exac has no unexpected changes - +