Skip to content

Commit

Permalink
[components] Object fit on img in preview (#1004)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristoffer J. Sivertsen authored and bjoerge committed Oct 16, 2018
1 parent 839c6e1 commit 8445e55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
display: block;
width: 2.5rem;
height: 2.5rem;
object-fit: contain;
}

@nest & svg {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
display: block;
width: 5em;
height: 5em;
object-fit: contain;
}

@nest & svg {
Expand Down

0 comments on commit 8445e55

Please sign in to comment.