From 41f85b64bf6dd7aae13c1b9e5ca6ed310bfa1bbf Mon Sep 17 00:00:00 2001
From: Martijn Cuppens <martijn.cuppens@gmail.com>
Date: Sun, 20 Jan 2019 22:23:05 +0100
Subject: [PATCH] Add ref to reason why `min-width: 0;` is added (#28061)

---
 scss/_card.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;
-- 
GitLab