diff options
| author | Martijn Cuppens <[email protected]> | 2019-01-20 22:23:05 +0100 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-01-20 23:23:05 +0200 |
| commit | 41f85b64bf6dd7aae13c1b9e5ca6ed310bfa1bbf (patch) | |
| tree | ee6cde99704fef475b2ddb0ce337641ec47ea813 /scss | |
| parent | 842da1ddc3873dc72a725266c8e59a81d31d1f20 (diff) | |
| download | bootstrap-41f85b64bf6dd7aae13c1b9e5ca6ed310bfa1bbf.tar.xz bootstrap-41f85b64bf6dd7aae13c1b9e5ca6ed310bfa1bbf.zip | |
Add ref to reason why `min-width: 0;` is added (#28061)
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/_card.scss | 2 |
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; |
