Skip to content

Commit

Permalink
fix: fix squash width
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronchan32 committed Jun 2, 2024
1 parent ae6080c commit 1960780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/Overview/Squash/Squash.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@
object-fit: contain;
object-position: bottom;
height: 100%;
width: 100%;
width: fit-content;
}
}

0 comments on commit 1960780

Please sign in to comment.