summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-06-11 15:40:07 +0100
committerPhil Hughes <me@iamphill.com>2018-06-11 17:02:33 +0100
commit401c70b7bf9c29d715dd4bfe5fed0df67b8beba5 (patch)
tree8319289870eff9daa2590838d139259e2fb2df26
parent1c28b624d670e7c764f14e30d409a1b1ab1a8c9d (diff)
downloadgitlab-ce-ide-project-img.tar.gz
Fix width of project avatar in Web IDEide-project-img
Closes #47696
-rw-r--r--app/assets/stylesheets/pages/repo.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/repo.scss b/app/assets/stylesheets/pages/repo.scss
index 3c7edb0d4bb..6e7fc50c63d 100644
--- a/app/assets/stylesheets/pages/repo.scss
+++ b/app/assets/stylesheets/pages/repo.scss
@@ -1129,7 +1129,7 @@
.ide-context-header {
.avatar {
- flex: 0 0 40px;
+ flex: 0 0 38px;
}
.ide-merge-requests-dropdown.dropdown-menu {