Commit 3ac0fa9d authored by GitLab Bot's avatar GitLab Bot

Automatic merge of gitlab-org/gitlab-ce master

parents 9098acf8 fac27e4a
......@@ -49,4 +49,4 @@ export const TYPE_KEY = 'type';
export const LEFT_LINE_KEY = 'left';
export const CENTERED_LIMITED_CONTAINER_CLASSES =
'container-limited limit-container-width mx-auto px-3';
'container-limited limit-container-width mx-lg-auto px-3';
---
title: Fix long file header names bug in diffs
merge_request: 27233
author:
type: fixed
---
title: Update GitLab Workhorse to v8.6.0
merge_request: 27260
author:
type: fixed
......@@ -12,7 +12,7 @@ import { setTestTimeout } from 'helpers/timeout';
import $ from 'jquery';
describe('Clusters', () => {
setTestTimeout(500);
setTestTimeout(1000);
let cluster;
let mock;
......
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