Strange CSS behavior for help pages
Created by: cynddl
When accessing /help/workflow or any /help/* URL, I discovered a strange behavior. If I access directly by typing the full URL, I see the following scren, with a too wide menu.
If I access the same link by clicking in the left menu from any help page, I see the following screen:
The only difference is the presence of the affix (in the first case) class in the DOM element of class col-md-3 (from file app/views/help/_layout.html.haml at line 2). I don't understand from where this class came from, maybe some weird Bootstrap behavior?

