Skip to content

Commit

Permalink
fix: resolve stylelint (#2530)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamstankiewicz authored Aug 11, 2023
1 parent 5ddce1f commit b77488e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/Card/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -314,10 +314,7 @@ a.pgn__card {
.pgn__card-image-cap {
height: 100%;
max-width: inherit;
border-top-left-radius: $card-image-border-radius;
border-top-right-radius: 0;
border-bottom-left-radius: $card-image-border-radius;
border-bottom-right-radius: 0;
border-radius: $card-image-border-radius 0 0 $card-image-border-radius;
width: auto;
object-fit: cover;
}
Expand Down

0 comments on commit b77488e

Please sign in to comment.