Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
Remove display flex
Browse files Browse the repository at this point in the history
  • Loading branch information
ethankaplan committed Nov 21, 2023
1 parent 409c0a8 commit 9f2f791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/testCaseLanding/qdm/TestCaseList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ const TestCaseList = (props: TestCaseListProps) => {
)}
<div tw="overflow-x-auto sm:-mx-6 lg:-mx-8">
<div tw="py-2 inline-block min-w-full sm:px-6 lg:px-8">
<div style={{ display: "flex" }}>
<div>
<TestCaseCoverage
calculationResults={calculationOutput}
groupPopulations={selectedPopCriteria}
Expand Down

0 comments on commit 9f2f791

Please sign in to comment.