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:
authorSam Rose <sam@gitlab.com>2017-03-18 15:01:00 +0300
committerSam Rose <sam@gitlab.com>2017-03-25 16:24:04 +0300
commit004f3a0bc2e3c85518a2a95db68945b47acc14c7 (patch)
tree6a0c149643315bdd6335074e576408eaa0d49169 /app/assets/stylesheets/pages/groups.scss
parent57f79da98eee7e5fc95e5ec3e0092eeff7e54a68 (diff)
Activate group name toggle based on horizontal space
Diffstat (limited to 'app/assets/stylesheets/pages/groups.scss')
-rw-r--r--app/assets/stylesheets/pages/groups.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/groups.scss b/app/assets/stylesheets/pages/groups.scss
index 84d21e48463..cf45f0af2aa 100644
--- a/app/assets/stylesheets/pages/groups.scss
+++ b/app/assets/stylesheets/pages/groups.scss
@@ -9,6 +9,13 @@
}
}
+.group-root-path {
+ max-width: 40vw;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ word-wrap: nowrap;
+}
+
.group-row {
.stats {
float: right;