diff options
Diffstat (limited to 'public/ng/css/gogs.css')
-rw-r--r-- | public/ng/css/gogs.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/public/ng/css/gogs.css b/public/ng/css/gogs.css index b59b915d41..a97e6ce1a5 100644 --- a/public/ng/css/gogs.css +++ b/public/ng/css/gogs.css @@ -1066,8 +1066,9 @@ The register and sign-in page style #repo-header-download-drop input { font-size: 11px; } -#repo-clone { - width: inherit; +#repo-header-download-drop #repo-clone-copy { + width: 85px; + text-overflow: clip; } #repo-content { padding: 18px 0; |