Fix project labels overflow for deploy keys page

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets 2013-12-29 18:58:47 +02:00
parent 586678622c
commit 6f99361b74
No known key found for this signature in database
GPG Key ID: 627C5F589F467F17
2 changed files with 5 additions and 1 deletions

View File

@ -272,3 +272,7 @@ ul.nav.nav-projects-tabs {
}
}
}
.deploy-project-label {
margin: 1px;
}

View File

@ -19,6 +19,6 @@
%p.light.prepend-top-10
- deploy_key.projects.map(&:name_with_namespace).each do |project_name|
%span.label= project_name
%span.label.label-gray.deploy-project-label= project_name
%small.pull-right
Created #{time_ago_with_tooltip(deploy_key.created_at)} ago