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 {
|
||||
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;
|
||||
|
|
Loading…
Reference in New Issue