Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2018-05-04 13:40:13 +0300
committerPhil Hughes <me@iamphill.com>2018-05-04 13:40:13 +0300
commit4d48658bcce6129f266f426036e58967a46ed8c1 (patch)
tree561c63ff605cba6a68a386a6e6d83111419c020b /app/assets/stylesheets/pages
parent16c2e2f56bf533088988b8595ec89a9fdfc4292d (diff)
added specs
long branch names no longer wrap
Diffstat (limited to 'app/assets/stylesheets/pages')
-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;
+ }
+}