aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartijn Cuppens <[email protected]>2019-01-20 22:23:05 +0100
committerXhmikosR <[email protected]>2019-01-20 23:23:05 +0200
commit41f85b64bf6dd7aae13c1b9e5ca6ed310bfa1bbf (patch)
treeee6cde99704fef475b2ddb0ce337641ec47ea813
parent842da1ddc3873dc72a725266c8e59a81d31d1f20 (diff)
downloadbootstrap-41f85b64bf6dd7aae13c1b9e5ca6ed310bfa1bbf.tar.xz
bootstrap-41f85b64bf6dd7aae13c1b9e5ca6ed310bfa1bbf.zip
Add ref to reason why `min-width: 0;` is added (#28061)
-rw-r--r--scss/_card.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_card.scss b/scss/_card.scss
index baf5dc871..cd2c4a569 100644
--- a/scss/_card.scss
+++ b/scss/_card.scss
@@ -6,7 +6,7 @@
position: relative;
display: flex;
flex-direction: column;
- min-width: 0;
+ min-width: 0; // See https://github.com/twbs/bootstrap/pull/22740#issuecomment-305868106
word-wrap: break-word;
background-color: $card-bg;
background-clip: border-box;