=== Description
Currently the minimum amount of space between the sidebar and the content is ~68px. This only becomes apparent when the browser window is smaller than 1440px.
{F31966774 width=300}
We want to reduce this minimum amount of space to 46px. I believe this change will require us to also update the value of the breakpoint, which is currently 1440px.
{F31966778 width=300}
== Developer Notes
* This should be as simple as adjusting the `@margin-start-content` variable in `layout-max-width.less`. [1]
* Note that there is 8 pixels of horizontal padding on the tabs and content. This may need to be factored into the calculation.
[1] https://github.com/wikimedia/Vector/blob/f6a1d21af127cd17b35011e403746c9d2411403c/resources/skins.vector.styles/layout-max-width.less#L25
== QA Results - Beta
| **AC** | **Status** | **Details** |
| ----- | ----- | ----- |
| 1 | :white_check_mark: | T259761#6434616 |