Commit 21d7ac50 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch 'sidebar-spacing-fixes' into 'master'

Fixed spacing issues in issue sidebar

Closes #32357

See merge request !11430
parents 86c9cc6e ba93deec
...@@ -195,7 +195,7 @@ ...@@ -195,7 +195,7 @@
right: 0; right: 0;
transition: width .3s; transition: width .3s;
background: $gray-light; background: $gray-light;
padding: 10px 20px; padding: 0 20px;
z-index: 200; z-index: 200;
overflow: hidden; overflow: hidden;
...@@ -219,6 +219,10 @@ ...@@ -219,6 +219,10 @@
} }
} }
.issuable-sidebar-header {
padding-top: 10px;
}
.assign-yourself .btn-link { .assign-yourself .btn-link {
padding-left: 0; padding-left: 0;
} }
...@@ -272,11 +276,10 @@ ...@@ -272,11 +276,10 @@
} }
width: $gutter_collapsed_width; width: $gutter_collapsed_width;
padding-top: 0; padding: 0;
.block { .block {
width: $gutter_collapsed_width - 2px; width: $gutter_collapsed_width - 2px;
margin-left: -19px;
padding: 15px 0 0; padding: 15px 0 0;
border-bottom: none; border-bottom: none;
overflow: hidden; overflow: hidden;
......
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