fix(v2): limit images height on showcase page (#3701)

This commit is contained in:
Alexey Pyltsyn 2020-11-06 13:05:25 +03:00 committed by GitHub
parent c8991174f2
commit f31dcb6844
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@
height: 100%;
}
.card_image {
:global(.card__image) {
max-height: 175px;
overflow: hidden;
}