Skip to content

Commit

Permalink
fix layout
Browse files Browse the repository at this point in the history
  • Loading branch information
mozzy11 committed Apr 4, 2024
1 parent 1baf393 commit 6075924
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1073,7 +1073,7 @@ function ImmunohistochemistryCaseView() {
{immunohistochemistrySampleInfo.reports[index].image && (
<>
{!reportParams[index]?.submited && (
<Column lg={3} md={2} sm={2}>
<Column lg={2} md={2} sm={2}>
<Button
onClick={() => {
var win = window.open();
Expand Down

0 comments on commit 6075924

Please sign in to comment.