div { white-space: nowrap; }
div { /* This is the default, you don't need to explicitly declare it unless overriding another declaration */ white-space: normal; }
div { overflow: hidden; }