0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-19 16:54:24 +01:00

fix comment

This commit is contained in:
Mark Otto 2016-12-22 16:39:18 -08:00
parent cd2584870e
commit 2c48655d07

View File

@ -285,7 +285,7 @@
.card {
display: inline-block; // Don't let them vertically span multiple columns
width: 100%; // Don't let them exceed the column width
width: 100%; // Don't let their width change
margin-bottom: $card-columns-margin;
}
}