Image card name fix.

This commit is contained in:
Sean Li 2015-02-20 11:47:44 -08:00
parent 61289f706c
commit 3d71a3b387
1 changed files with 9 additions and 5 deletions

View File

@ -165,12 +165,9 @@
.name {
font-size: 18px;
color: @gray-darkest;
margin-bottom: 5px;
width: 190px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
margin-bottom: 10px;
position: relative;
width: 190px;
.namespace {
font-size: 11px;
color: @gray-lighter;
@ -179,6 +176,13 @@
color: @brand-action;
}
}
.repo {
display: inline-block;
width: 190px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
}
.description {
font-size: 12px;