Commit 01c21d39 authored by KunQian's avatar KunQian

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

Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/225172
Changelog: fixed
parent ce3b2efa
...@@ -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