
This is less of an issue.
More than this, the need to scroll horizontally on almost all pages is making it hard to read.
If the return type of one function is too long, then you need to scroll quite a bit to the right to read the actual content, unless you are on a very big screen.
e.g.
The scrolling was much less needed in the old template.
Functions are listed in two columns
TEMPLATE
RETURN_TYPE | FUNCTION_NAME(ARGS)
A layout like this would reduce horizontal scrolling
TEMPLATE
RETURN_TYPE
FUNCTION_NAME(ARGS)
I think I need to play with the css files to change this.
best
praveen