Skip to content

Commit

Permalink
fix(css): #2568 centre align results (#2575)
Browse files Browse the repository at this point in the history
I bypass reviewers since no one is available at this point in time.
  • Loading branch information
evans-g-crsj authored Jun 24, 2020
1 parent f8552d5 commit fc027f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/components/CohortBuilder/Results.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.cb-summary {
display: flex;
align-items: center;
flex-wrap: wrap;
flex: 2;
}
Expand Down Expand Up @@ -85,7 +86,7 @@
width: 100vw;
height: 100%;
left: 0;
top: 0px;
top: 0;
display: flex;
justify-content: center;
}
Expand Down
2 changes: 1 addition & 1 deletion src/components/CohortBuilder/Results.js
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ const Results = ({
</div>
</h3>
) : (
<div className="cb-summary-files">
<div>
<ButtonWithRouter
getLink={
hasNoCohortQuery
Expand Down

0 comments on commit fc027f7

Please sign in to comment.