summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-05-08 17:09:27 +0100
committerPhil Hughes <me@iamphill.com>2018-05-09 15:10:22 +0100
commitbb3752c7d85b6f86a4ed9a92b7b3a09fc0ac9bb3 (patch)
treef922bd8e95a7cf875820aa9cb14e281d9a89c566
parent063b6b75be97440a96cda109bcb9d448920c7e49 (diff)
downloadgitlab-ce-bb3752c7d85b6f86a4ed9a92b7b3a09fc0ac9bb3.tar.gz
Fixed inconsistent spacing in web IDE sidebar
Closes #46162
-rw-r--r--app/assets/stylesheets/pages/repo.scss7
1 files changed, 3 insertions, 4 deletions
diff --git a/app/assets/stylesheets/pages/repo.scss b/app/assets/stylesheets/pages/repo.scss
index 00457717f00..bec7e57eacd 100644
--- a/app/assets/stylesheets/pages/repo.scss
+++ b/app/assets/stylesheets/pages/repo.scss
@@ -84,7 +84,6 @@
.ide-new-btn {
display: none;
- margin-right: -8px;
}
&:hover,
@@ -116,7 +115,7 @@
display: flex;
overflow: visible;
align-items: center;
- padding: 6px 12px;
+ padding: 6px $gl-padding;
}
.multi-file-loading-container {
@@ -980,8 +979,8 @@
display: flex;
align-items: center;
padding: 10px 0;
- margin-left: 10px;
- margin-right: 10px;
+ margin-left: $gl-padding;
+ margin-right: $gl-padding;
border-bottom: 1px solid $white-dark;
.ide-new-btn {