Commit 9da229ad authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge branch 'stop-jumping' into 'master'

stop jumping all content on collapsing and expanding the sidebar

When you collapse or expand the sidebar, all content shifts with 5px.

This merge request solves that.

cc @darby

See merge request !1877
parents 81952b61 b9fc3c19
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
.content-wrapper { .content-wrapper {
width: 100%; width: 100%;
padding: 15px; padding: 20px;
background: #FFF; background: #FFF;
} }
...@@ -96,10 +96,6 @@ ...@@ -96,10 +96,6 @@
width: 230px; width: 230px;
} }
} }
.content-wrapper {
padding: 20px;
}
} }
@mixin folded-sidebar { @mixin folded-sidebar {
......
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