Fix card width in List.Grid, close #11712

This commit is contained in:
afc163 2018-08-11 00:56:16 +08:00
parent 6203298f32
commit 0e2c58e42e

View File

@ -199,6 +199,7 @@
margin-bottom: 16px;
&-content {
display: block;
max-width: 100%;
}
}
}