summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/issuable.scss
diff options
context:
space:
mode:
authorSimon Knox <psimyn@gmail.com>2017-07-05 19:08:30 +1000
committerSimon Knox <psimyn@gmail.com>2017-07-05 23:21:37 +1000
commit1f1fba553a54fe69b3b9308a187433fc5a51ee20 (patch)
tree0fc85e33a3f2eca81bc587fda1094f92d551d687 /app/assets/stylesheets/pages/issuable.scss
parent5af1fcd6f329858d757bab0d67cb50af6c820160 (diff)
downloadgitlab-ce-1f1fba553a54fe69b3b9308a187433fc5a51ee20.tar.gz
fix sidebar padding for full-width items (Time Tracking help)34578-sidebar-padding
Diffstat (limited to 'app/assets/stylesheets/pages/issuable.scss')
-rw-r--r--app/assets/stylesheets/pages/issuable.scss5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/issuable.scss b/app/assets/stylesheets/pages/issuable.scss
index 057d457b3a2..47f50083726 100644
--- a/app/assets/stylesheets/pages/issuable.scss
+++ b/app/assets/stylesheets/pages/issuable.scss
@@ -200,7 +200,6 @@
right: 0;
transition: width .3s;
background: $gray-light;
- padding: 0 20px;
z-index: 200;
overflow: hidden;
@@ -224,6 +223,10 @@
}
}
+ .issuable-sidebar {
+ padding: 0 20px;
+ }
+
.issuable-sidebar-header {
padding-top: 10px;
}