]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Add ref to reason why `min-width: 0;` is added (#28061)
authorMartijn Cuppens <martijn.cuppens@gmail.com>
Sun, 20 Jan 2019 21:23:05 +0000 (22:23 +0100)
committerXhmikosR <xhmikosr@gmail.com>
Sun, 20 Jan 2019 21:23:05 +0000 (23:23 +0200)
scss/_card.scss

index baf5dc87100049e10cc041520e652e3846bb7bbd..cd2c4a5691f7f58b751a12d8444b9918fcd45d1d 100644 (file)
@@ -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;