diff --git a/styles/new-container.less b/styles/new-container.less index c430e58214..aa5673b47e 100644 --- a/styles/new-container.less +++ b/styles/new-container.less @@ -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;