Complete the code to prevent flex items from wrapping in a Flexbox container:
.flex-container { flex-wrap: _____; }
wrap-reverse
no-wrap
wrap
nowrap