Commit 6803d6a7 authored by Brandon Labuschagne's avatar Brandon Labuschagne

Merge branch 'fix-issue-sticky-header-style' into 'master'

Fix issue sticky header doesn't align left in fluid layout

See merge request gitlab-org/gitlab!78859
parents 9747b8e0 01c21d39
...@@ -249,7 +249,9 @@ ul.related-merge-requests > li gl-emoji { ...@@ -249,7 +249,9 @@ ul.related-merge-requests > li gl-emoji {
@include media-breakpoint-up(sm) { @include media-breakpoint-up(sm) {
width: calc(100% - #{$gutter-collapsed-width}); width: calc(100% - #{$gutter-collapsed-width});
} }
}
.limit-container-width {
.issue-sticky-header-text { .issue-sticky-header-text {
max-width: $limited-layout-width; max-width: $limited-layout-width;
} }
......
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