diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-11-10 06:26:07 -0500 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-11-10 06:26:07 -0500 |
commit | dfa4b38081a01ab64edbdd4656cb8599cc441fab (patch) | |
tree | 95ac5b00d3858ba8a5498ebc30f353149f7bd16f /public | |
parent | e0de6cb5adf5a81a95840f648d8a388b566202bd (diff) | |
download | gitea-dfa4b38081a01ab64edbdd4656cb8599cc441fab.tar.gz gitea-dfa4b38081a01ab64edbdd4656cb8599cc441fab.zip |
work on #616
Diffstat (limited to 'public')
-rw-r--r-- | public/ng/css/gogs.css | 5 | ||||
-rw-r--r-- | public/ng/less/gogs/repository.less | 7 |
2 files changed, 7 insertions, 5 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; diff --git a/public/ng/less/gogs/repository.less b/public/ng/less/gogs/repository.less index 0663a12b50..d0e4a3ce31 100644 --- a/public/ng/less/gogs/repository.less +++ b/public/ng/less/gogs/repository.less @@ -84,9 +84,10 @@ button, input { font-size: 11px; } -} -#repo-clone { - width: inherit; + #repo-clone-copy { + width: 85px; + text-overflow: clip; + } } #repo-content { padding: 18px 0; |