Skip to content

Commit

Permalink
fixed image stretching for safari
Browse files Browse the repository at this point in the history
  • Loading branch information
egauzens committed Jan 14, 2022
1 parent 3ba02b0 commit 2d0a679
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 2d0a679

Please sign in to comment.