Quantcast
Channel: Active questions tagged flexbox - Stack Overflow
Viewing all articles
Browse latest Browse all 1675

Prevent flex items from stretching

$
0
0

Sample:

div {  display: flex;  height: 200px;  background: tan;}span {  background: red;}
<div><span>This is some text.</span></div>

I have two questions, please:

  1. Why does it basically happen to the span?
  2. What is the right approach to prevent it from stretching without affecting other flex items in a flex container?

Viewing all articles
Browse latest Browse all 1675

Trending Articles