Explorar o código

Fix image card layout bug, close #281

afc163 %!s(int64=8) %!d(string=hai) anos
pai
achega
8499228403
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/routes/List/CoverCardList.js

+ 1 - 1
src/routes/List/CoverCardList.js

@@ -79,7 +79,7 @@ export default class CoverCardList extends PureComponent {
             <Card
               className={styles.card}
               hoverable
-              cover={<img alt={item.title} src={item.cover} />}
+              cover={<img alt={item.title} src={item.cover} height={154} />}
             >
               <Card.Meta
                 title={<a href="#">{item.title}</a>}