Commit dbe47283 authored by Phil Hughes's avatar Phil Hughes

Merge branch 'sidebar-min-width' into 'master'

Descrease SIDEBAR_MIN_WIDTH to 260px

See merge request gitlab-org/gitlab!72557
parents d706c135 ec1e3298
......@@ -5,7 +5,7 @@ export const MAX_TITLE_LENGTH = 50;
export const MAX_BODY_LENGTH = 72;
export const SIDEBAR_INIT_WIDTH = 340;
export const SIDEBAR_MIN_WIDTH = 340;
export const SIDEBAR_MIN_WIDTH = 260;
export const SIDEBAR_NAV_WIDTH = 60;
// File view modes
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment