If you're using SQL*Plus try to setting the linesize until you see what you expect.
The command is simply

set linesize 120

Try running the script after setting the linesize to different numbers to see if it makes a difference.