summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-04-18 17:16:40 +0100
committerPhil Hughes <me@iamphill.com>2018-04-18 17:16:40 +0100
commitabccda6fd54b15ef469d9a7d21dffe098c9edb55 (patch)
tree4b87bc521006344ce1687b24f9f31bb775ea6f32 /app/assets/stylesheets
parent6d1467de8697a08aa51745043ac4a0b967ad3d24 (diff)
downloadgitlab-ce-abccda6fd54b15ef469d9a7d21dffe098c9edb55.tar.gz
fixed alignment of icon
auto open new folder when creating item scroll dropdown into view when opening
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/pages/repo.scss8
1 files changed, 7 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/repo.scss b/app/assets/stylesheets/pages/repo.scss
index de9377a2fe0..62abf72eb49 100644
--- a/app/assets/stylesheets/pages/repo.scss
+++ b/app/assets/stylesheets/pages/repo.scss
@@ -54,6 +54,7 @@
white-space: nowrap;
text-overflow: ellipsis;
max-width: inherit;
+ line-height: 22px;
svg {
vertical-align: middle;
@@ -66,13 +67,17 @@
}
}
+ .ide-file-icon-holder {
+ display: flex;
+ align-items: center;
+ }
+
.ide-file-changed-icon {
margin-left: auto;
}
.ide-new-btn {
display: none;
- margin-bottom: -4px;
margin-right: -8px;
}
@@ -104,6 +109,7 @@
.file-col-commit-message {
display: flex;
overflow: visible;
+ align-items: center;
padding: 6px 12px;
}