Commit 1318891b authored by Illya Klymov's avatar Illya Klymov

Merge branch 'jdb/fix-project-index-file-no-longer-fluid' into 'master'

Add css to fix fluid layout for index file

See merge request gitlab-org/gitlab!50626
parents 9c798d41 f72356d6
...@@ -2,6 +2,14 @@ ...@@ -2,6 +2,14 @@
* File content holder * 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 { .file-holder {
border: 1px solid $border-color; border: 1px solid $border-color;
border-top: 0; border-top: 0;
...@@ -17,12 +25,6 @@ ...@@ -17,12 +25,6 @@
&.readme-holder { &.readme-holder {
margin: $gl-padding 0; margin: $gl-padding 0;
&.limited-width-container .file-content {
max-width: $limited-layout-width;
margin-left: auto;
margin-right: auto;
}
} }
.file-title { .file-title {
......
---
title: Add css to fix fluid layout for index file
merge_request: 50626
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