Skip to content
Snippets Groups Projects
Commit ae51027d authored by Fatih Acet's avatar Fatih Acet
Browse files

Merge branch '25907-limited-container' into 'master'

Only limit container width on issues & MRs within fixed-width container

Closes #25907

See merge request !8330
parents 48b3004b 6328ec3a
Branches
Tags
Loading
Pipeline #
// Limit MR description for side-by-side diff view // Limit MR description for side-by-side diff view
.limit-container-width { .container-limited {
&.limit-container-width {
.detail-page-header { .detail-page-header {
max-width: calc(#{$limited-layout-width} - (#{$gl-padding} * 2)); max-width: calc(#{$limited-layout-width} - (#{$gl-padding} * 2));
margin-left: auto; margin-left: auto;
Loading
@@ -44,6 +45,7 @@
Loading
@@ -44,6 +45,7 @@
} }
} }
} }
}
   
.issuable-details { .issuable-details {
section { section {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment