summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-05-04 11:40:13 +0100
committerPhil Hughes <me@iamphill.com>2018-05-04 11:40:13 +0100
commit4d48658bcce6129f266f426036e58967a46ed8c1 (patch)
tree561c63ff605cba6a68a386a6e6d83111419c020b /app/assets/stylesheets
parent16c2e2f56bf533088988b8595ec89a9fdfc4292d (diff)
downloadgitlab-ce-4d48658bcce6129f266f426036e58967a46ed8c1.tar.gz
added specs
long branch names no longer wrap
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/pages/repo.scss14
1 files changed, 14 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/repo.scss b/app/assets/stylesheets/pages/repo.scss
index 6fa2b7c709b..6c60c61cea1 100644
--- a/app/assets/stylesheets/pages/repo.scss
+++ b/app/assets/stylesheets/pages/repo.scss
@@ -995,3 +995,17 @@
width: 100%;
align-items: center;
}
+
+.ide-context-header {
+ .avatar {
+ flex: 0 0 40px;
+ }
+}
+
+.ide-sidebar-project-title {
+ min-width: 0;
+
+ .sidebar-context-title {
+ white-space: nowrap;
+ }
+}