fix sidebar padding for full-width items (Time Tracking help)

This commit is contained in:
Simon Knox 2017-07-05 19:08:30 +10:00
parent 5af1fcd6f3
commit 1f1fba553a
3 changed files with 9 additions and 2 deletions

View File

@ -92,7 +92,7 @@
@mixin maintain-sidebar-dimensions { @mixin maintain-sidebar-dimensions {
display: block; display: block;
width: $gutter-width; width: $gutter-width;
padding: 10px 20px; padding: 10px 0;
} }
.issues-bulk-update.right-sidebar { .issues-bulk-update.right-sidebar {

View File

@ -200,7 +200,6 @@
right: 0; right: 0;
transition: width .3s; transition: width .3s;
background: $gray-light; background: $gray-light;
padding: 0 20px;
z-index: 200; z-index: 200;
overflow: hidden; overflow: hidden;
@ -224,6 +223,10 @@
} }
} }
.issuable-sidebar {
padding: 0 20px;
}
.issuable-sidebar-header { .issuable-sidebar-header {
padding-top: 10px; padding-top: 10px;
} }

View File

@ -0,0 +1,4 @@
---
title: fix left & right padding on sidebar
merge_request:
author: