From: Martijn Cuppens Date: Sun, 20 Jan 2019 21:23:05 +0000 (+0100) Subject: Add ref to reason why `min-width: 0;` is added (#28061) X-Git-Tag: v4.3.0~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41f85b64bf6dd7aae13c1b9e5ca6ed310bfa1bbf;p=thirdparty%2Fbootstrap.git Add ref to reason why `min-width: 0;` is added (#28061) --- diff --git a/scss/_card.scss b/scss/_card.scss index baf5dc8710..cd2c4a5691 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;