How to resolve list view layout problem when it exceeds browser width problem?
From Problem With List Views That Exceeds Browser Window Width by estruyf have the answer to resolve this issue.
This problem occurs when loading the page, the JavaScript of SharePoint sets the browser window width to the title row element.
After some research I found two solution to set the width of the list view to the title row.
To see the solution, Go to : Problem With List Views That Exceeds Browser Window Width