Commit 5906a256 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch '29830-build-scroll-indicator' into 'master'

don't pad hidden sidebar on build and wiki pages

Closes #29830

See merge request !10199
parents b351a77a f31bf3d7
......@@ -33,7 +33,7 @@
padding-right: 0;
@media (min-width: $screen-sm-min) {
.content-wrapper {
&:not(.wiki-sidebar):not(.build-sidebar) .content-wrapper {
padding-right: $gutter_collapsed_width;
}
......@@ -55,7 +55,7 @@
padding-right: 0;
@media (min-width: $screen-sm-min) and (max-width: $screen-sm-max) {
.content-wrapper {
&:not(.wiki-sidebar):not(.build-sidebar) .content-wrapper {
padding-right: $gutter_collapsed_width;
}
}
......
---
title: fix sidebar padding for build and wiki pages
merge_request:
author:
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