mirror of https://github.com/docker/docs.git
Image card name fix.
This commit is contained in:
parent
61289f706c
commit
3d71a3b387
|
@ -165,12 +165,9 @@
|
||||||
.name {
|
.name {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
color: @gray-darkest;
|
color: @gray-darkest;
|
||||||
margin-bottom: 5px;
|
|
||||||
width: 190px;
|
|
||||||
overflow: hidden;
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
white-space: nowrap;
|
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
position: relative;
|
||||||
|
width: 190px;
|
||||||
.namespace {
|
.namespace {
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
color: @gray-lighter;
|
color: @gray-lighter;
|
||||||
|
@ -179,6 +176,13 @@
|
||||||
color: @brand-action;
|
color: @brand-action;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.repo {
|
||||||
|
display: inline-block;
|
||||||
|
width: 190px;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.description {
|
.description {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
|
|
Loading…
Reference in New Issue