Commit 1bd3eadb authored by Fatih Acet's avatar Fatih Acet Committed by Douglas Barbosa Alexandre

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

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

Closes #25907

See merge request !8330
parent 8683f58f
// Limit MR description for side-by-side diff view
.limit-container-width {
.container-limited {
&.limit-container-width {
.detail-page-header {
max-width: calc(#{$limited-layout-width} - (#{$gl-padding} * 2));
margin-left: auto;
......@@ -43,6 +44,7 @@
margin-right: auto;
}
}
}
}
.issuable-details {
......
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