0 / 60 seg.

Complete the code to prevent flex items from wrapping in a Flexbox container:

.flex-container {
    flex-wrap: _____; 
}