diff --git a/templates/repo/home.tmpl b/templates/repo/home.tmpl index f5bf6253d..b48efd498 100644 --- a/templates/repo/home.tmpl +++ b/templates/repo/home.tmpl @@ -12,6 +12,15 @@ float: left; margin: .25em; } +.edit-link{ + vertical-align: top; + display: inline-block; + overflow: hidden; + word-break: keep-all; + white-space: nowrap; + text-overflow: ellipsis; + width: 16.5em; +} #contributorInfo > a.circular{ height: 2.0em; padding: 0; @@ -218,7 +227,7 @@ {{if .Repository.Website}}

- {{.Repository.Website}} + {{.Repository.Website}}

{{end}}