make div stretch width in flexbox code example
Example 1: flexbox stretch height
.flex-2 {
display: flex;
align-items: stretch;
}
Example 2: flexbox container width of content
display: inline-flex;
.flex-2 {
display: flex;
align-items: stretch;
}
display: inline-flex;