Add latest changes from gitlab-org/gitlab@master

This commit is contained in:
GitLab Bot 2021-01-24 09:08:57 +00:00
parent a889726e72
commit 83516c6aa6
2 changed files with 13 additions and 6 deletions

View File

@ -2,6 +2,14 @@
* File content holder
*
*/
.container-fluid.container-limited.limit-container-width {
.file-holder.readme-holder.limited-width-container .file-content {
max-width: $limited-layout-width;
margin-left: auto;
margin-right: auto;
}
}
.file-holder {
border: 1px solid $border-color;
border-top: 0;
@ -17,12 +25,6 @@
&.readme-holder {
margin: $gl-padding 0;
&.limited-width-container .file-content {
max-width: $limited-layout-width;
margin-left: auto;
margin-right: auto;
}
}
.file-title {

View File

@ -0,0 +1,5 @@
---
title: Add css to fix fluid layout for index file
merge_request: 50626
author:
type: fixed