summaryrefslogtreecommitdiff
path: root/app/assets
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-18 20:58:20 -0700
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-18 21:05:39 -0700
commitba39ca9f4ad2f5723795a59004fd7b77a51cca43 (patch)
tree7b5d667004456fb0440b1dcfffe46259ecd64589 /app/assets
parente7e329d36402ff84f4ba08184283853518136d7f (diff)
downloadgitlab-ce-ba39ca9f4ad2f5723795a59004fd7b77a51cca43.tar.gz
Fix project name overflow on dashboard
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/pages/dashboard.scss17
1 files changed, 4 insertions, 13 deletions
diff --git a/app/assets/stylesheets/pages/dashboard.scss b/app/assets/stylesheets/pages/dashboard.scss
index 5a543a852c2..e408211fc7d 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: 75%;
+ }
+
a {
display: block;
padding: 8px 15px;
@@ -87,16 +91,3 @@
margin-right: 5px;
width: 16px;
}
-
-.dash-new-project {
- background: $gl-success;
- border: 1px solid $gl-success;
-
- a {
- color: #FFF;
- }
-}
-
-.dash-list .str-truncated {
- max-width: 72%;
-}