Skip to content

Commit

Permalink
Merge pull request #378 from nih-sparc/fix-image-stretching-in-safari
Browse files Browse the repository at this point in the history
Fixed image stretching for safari
  • Loading branch information
egauzens authored Jan 14, 2022
2 parents 3ba02b0 + 2d0a679 commit b434e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/DatasetBannerImage/DatasetBannerImage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export default {

<style scoped lang="scss">
.dataset-image {
width: -webkit-fill-available;
width: 100%;
height: auto;
}
</style>

0 comments on commit b434e6a

Please sign in to comment.