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