Commit 41f85b64 authored by Martijn Cuppens's avatar Martijn Cuppens Committed by XhmikosR
Browse files

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

parent 842da1dd
Showing with 1 addition and 1 deletion
+1 -1
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
position: relative; position: relative;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
min-width: 0; min-width: 0; // See https://github.com/twbs/bootstrap/pull/22740#issuecomment-305868106
word-wrap: break-word; word-wrap: break-word;
background-color: $card-bg; background-color: $card-bg;
background-clip: border-box; background-clip: border-box;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment