I found that on my ~/.bashrc file there's a resize -s 50 50 that sets the terminal window lines and columns to 50. Commenting this out fixes the issue.
~/.bashrc
resize -s 50 50