Skip to content

Commit

Permalink
Merge pull request #859 from VEuPathDB/mbio-grayOut-css-issue
Browse files Browse the repository at this point in the history
Fix css issue w/ viz preview containers
  • Loading branch information
jernestmyers authored Feb 15, 2024
2 parents 15e212e + b1bd9b1 commit 61d6509
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
font-size: 1.15em;
}

&-ConfiguredVizLink {
width: 100%;
}

&-ConfiguredVisualization {
height: 15em;
width: 25em;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ function ConfiguredVisualizations(props: Props) {
pathname: `${baseUrl || url}/${viz.visualizationId}`,
state: { scrollToTop: false },
}}
className={cx('-ConfiguredVizLink')}
>
<ConfiguredVisualizationGrayOut
filters={props.filters}
Expand Down

0 comments on commit 61d6509

Please # to comment.