summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/page_bundles/ide.scss
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-05-06 12:09:36 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-05-06 12:09:36 +0000
commit4279f24a19836d3e74e4aae8bea7acc2dd8222cc (patch)
tree76e4b3cf4d6bd85ff50e40bf011e7f9bc350441a /app/assets/stylesheets/page_bundles/ide.scss
parent51c20446a0dcf2f5f4a0254230876bd472a254e7 (diff)
downloadgitlab-ce-4279f24a19836d3e74e4aae8bea7acc2dd8222cc.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/stylesheets/page_bundles/ide.scss')
-rw-r--r--app/assets/stylesheets/page_bundles/ide.scss12
1 files changed, 7 insertions, 5 deletions
diff --git a/app/assets/stylesheets/page_bundles/ide.scss b/app/assets/stylesheets/page_bundles/ide.scss
index c5869880af9..d0660422f7e 100644
--- a/app/assets/stylesheets/page_bundles/ide.scss
+++ b/app/assets/stylesheets/page_bundles/ide.scss
@@ -890,11 +890,15 @@ $ide-commit-header-height: 48px;
.multi-file-commit-panel-inner {
width: 350px;
- padding: $grid-size $gl-padding;
+ padding: $grid-size 0;
background-color: $white;
border-left: 1px solid $white-dark;
}
+ .ide-right-sidebar-jobs-detail {
+ padding-bottom: 0;
+ }
+
.ide-right-sidebar-clientside {
padding: 0;
}
@@ -915,15 +919,12 @@ $ide-commit-header-height: 48px;
margin: 0;
}
}
-
- .build-trace {
- margin-left: -$gl-padding;
- }
}
.ide-pipeline-list {
flex: 1;
overflow: auto;
+ padding: 0 $gl-padding;
}
.ide-pipeline-header {
@@ -966,6 +967,7 @@ $ide-commit-header-height: 48px;
.ide-job-header {
min-height: 60px;
+ padding: 0 $gl-padding;
}
.ide-nav-form {