Skip to content

Commit

Permalink
Merge pull request I-TECH-UW#967 from mozzy11/develop_3x
Browse files Browse the repository at this point in the history
fix layout
  • Loading branch information
mozzy11 authored Apr 4, 2024
2 parents 1baf393 + 6075924 commit de31c50
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 de31c50

Please sign in to comment.