Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2016-12-23 03:39:18 +0300
committerMark Otto <markdotto@gmail.com>2016-12-23 03:39:18 +0300
commit2c48655d074f5910cda49f1daedd743f66bf3f36 (patch)
treec4c4c361dca8de3a1b23f8568afea39d73209de1 /scss/_card.scss
parentcd2584870e4ab3ed01a66cc51bab9135df78d934 (diff)
fix comment
Diffstat (limited to 'scss/_card.scss')
-rw-r--r--scss/_card.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_card.scss b/scss/_card.scss
index 9ae261556e..8ee11ad9f6 100644
--- a/scss/_card.scss
+++ b/scss/_card.scss
@@ -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;
}
}