What happens if you set white-space to nowrap and text-indent to 50px?
white-space
nowrap
text-indent
50px
The text is displayed on one line and the first line is indented 50px
The text is displayed on multiple lines and all lines are indented 50px
The text is displayed on one line but is not indented
The text is displayed on multiple lines and only the first line is indented 50px