summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-20 11:28:58 -0700
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-20 11:28:58 -0700
commit86fc054e14ae6e78c6ded8a42e29f9fc45825548 (patch)
treef7d29a12c3547a2bab5d1fe53671249bcd62d974
parent5909e5f6b2615642e92be366649ea375c399919d (diff)
downloadgitlab-ce-86fc054e14ae6e78c6ded8a42e29f9fc45825548.tar.gz
Fix project name overflow on dashboard
-rw-r--r--app/assets/stylesheets/pages/dashboard.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/dashboard.scss b/app/assets/stylesheets/pages/dashboard.scss
index 5a543a852c2..e6d279c3517 100644
--- a/app/assets/stylesheets/pages/dashboard.scss
+++ b/app/assets/stylesheets/pages/dashboard.scss
@@ -28,6 +28,10 @@
font-size: 14px;
line-height: 24px;
+ .str-truncated {
+ max-width: 72%;
+ }
+
a {
display: block;
padding: 8px 15px;