Add ref to reason why `min-width: 0;` is added (#28061)

This commit is contained in:
Martijn Cuppens 2019-01-20 22:23:05 +01:00 committed by XhmikosR
parent 842da1ddc3
commit 41f85b64bf
1 changed files with 1 additions and 1 deletions

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