Default to fluid width in merge request changes tab
## Problem to Solve
When navigating to the changes tab on the merge request page the default preference for GitLab is to use a `fixed` width. This means on wide screens (beyond 1280px width) there is whitespace that surrounds the diffs.

## Proposal
### Iteration 1
Use full width of screen for the entire page when in `side-by-side` or `inline + open file tree` mode.
| Before | After |
| ------ | ------ |
|  |  |
### Iteration 2 (TBD)
Possibly _always_ default to fluid width for `Changes` tab
<details>
<summary>Original proposal</summary>
## Proposal
In order to optimize the available space on the screen when performing a review, we should automatically switch to `fluid` width on the changes tab. We can also consider collapsing the left/right sidebars if they are not collapsed.

</details>
### Additional Details
We should consider enabling this via feature flag and only for the `gitlab-org/gitlab` and `gitlab-com/www-gitlab-com` projects to first gather feedback before pushing to enable this to a wider audience.
issue