Only make margin-auto on large screens for diff file header

This commit is contained in:
Sam Bigelow 2019-04-10 15:43:19 -04:00
parent ddab30ad35
commit 5b2b9fe0d6
2 changed files with 6 additions and 1 deletions

View File

@ -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';

View File

@ -0,0 +1,5 @@
---
title: Fix long file header names bug in diffs
merge_request: 27233
author:
type: fixed