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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-20 21:32:44 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-20 21:32:44 +0300
commitd735321ebdee53b84ea45090227cf2a571a534e0 (patch)
tree59c4b3c8b57c7ca6945d8c5f45bb648c711b9fba
parent478f92d2c254f987db926297402080ec60eaf2d1 (diff)
Improve project name truncation on dashboard to work well with sm screen
-rw-r--r--app/assets/stylesheets/pages/dashboard.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/dashboard.scss b/app/assets/stylesheets/pages/dashboard.scss
index e408211fc7d..af9c83e5dc8 100644
--- a/app/assets/stylesheets/pages/dashboard.scss
+++ b/app/assets/stylesheets/pages/dashboard.scss
@@ -29,7 +29,7 @@
line-height: 24px;
.str-truncated {
- max-width: 75%;
+ max-width: 72%;
}
a {