Skip to content

Commit

Permalink
Merge
Browse files Browse the repository at this point in the history
  • Loading branch information
FuriousLlama committed Mar 6, 2025
1 parent 520f6d4 commit 5b5c427
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -549,6 +549,9 @@ exports[`AcquisitionView component > renders as expected 1`] = `
}
.c22 {
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
text-align: left;
padding: 0px;
margin: 0px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,9 @@ exports[`DispositionView component > renders as expected 1`] = `
}
.c22 {
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
text-align: left;
padding: 0px;
margin: 0px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,9 @@ exports[`ResearchContainer component > renders as expected 1`] = `
}
.c22 {
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
text-align: left;
padding: 0px;
margin: 0px;
Expand Down

0 comments on commit 5b5c427

Please sign in to comment.