summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-05-28 18:08:37 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-05-28 18:08:37 +0000
commit1ec60cf53bc498b12c597ff0d91434a1bdb7cba9 (patch)
treef2c1b77f47cab1fb9fd11141337be67b12f2316b /app/assets/stylesheets
parent1f1e53f43f87cada9b515571cc973e9eadcbc4e4 (diff)
downloadgitlab-ce-1ec60cf53bc498b12c597ff0d91434a1bdb7cba9.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/page_bundles/ide.scss3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/assets/stylesheets/page_bundles/ide.scss b/app/assets/stylesheets/page_bundles/ide.scss
index ddfdf8d0553..199778a8529 100644
--- a/app/assets/stylesheets/page_bundles/ide.scss
+++ b/app/assets/stylesheets/page_bundles/ide.scss
@@ -282,7 +282,6 @@ $ide-commit-header-height: 48px;
.multi-file-commit-panel {
display: flex;
position: relative;
- width: 340px;
padding: 0;
background-color: var(--ide-background, $gray-light);
@@ -874,13 +873,11 @@ $ide-commit-header-height: 48px;
}
.ide-sidebar {
- width: auto;
min-width: 60px;
}
.ide-right-sidebar {
.multi-file-commit-panel-inner {
- width: 350px;
padding: $grid-size 0;
background-color: var(--ide-highlight-background, $white);
border-right: 1px solid var(--ide-border-color, $white-dark);