Skip to content

Commit

Permalink
fix(card): too much content causes image stretched (jd-opensource#1839)
Browse files Browse the repository at this point in the history
  • Loading branch information
gyt95 authored Nov 14, 2022
1 parent e03bc00 commit 4254bb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/packages/__VUE/card/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

.nut-card__left {
width: 120px;
height: 120px;
flex-shrink: 0;
background-color: $card-left-background-color;
border-radius: $card-left-border-radius;
Expand Down

0 comments on commit 4254bb5

Please sign in to comment.