Skip to content

Commit

Permalink
Fix img-sm-vertical to add auto width
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanw committed Oct 30, 2023
1 parent c1b23a0 commit 7f38df7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/styles/components/misc.scss
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ input.copy-text {
.img-sm-vertical {
height: 5rem;
max-width: 100%;
width: auto;
}

@include media-breakpoint-down(sm) {
Expand Down

0 comments on commit 7f38df7

Please sign in to comment.