Commit 5b2b9fe0 authored by Sam Bigelow's avatar Sam Bigelow

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

parent ddab30ad
......@@ -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
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