Skip to content
Snippets Groups Projects
Commit 9da229ad authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

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
Branches
Tags
No related merge requests found
Loading
@@ -16,7 +16,7 @@
Loading
@@ -16,7 +16,7 @@
   
.content-wrapper { .content-wrapper {
width: 100%; width: 100%;
padding: 15px; padding: 20px;
background: #FFF; background: #FFF;
} }
   
Loading
@@ -96,10 +96,6 @@
Loading
@@ -96,10 +96,6 @@
width: 230px; width: 230px;
} }
} }
.content-wrapper {
padding: 20px;
}
} }
   
@mixin folded-sidebar { @mixin folded-sidebar {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment