diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-09-15 22:35:05 -0400 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-09-15 22:35:05 -0400 |
commit | 41386fa91a5a4480aea95fa9687e3ce6f4a60c2f (patch) | |
tree | a976f88ef7a506fbe6a45a6682878bd97ab2edbf /public | |
parent | ea309acdb23f2058478f7e7753e359a6c6256c81 (diff) | |
download | gitea-41386fa91a5a4480aea95fa9687e3ce6f4a60c2f.tar.gz gitea-41386fa91a5a4480aea95fa9687e3ce6f4a60c2f.zip |
Fix UI
Diffstat (limited to 'public')
-rw-r--r-- | public/ng/css/gogs.css | 2 | ||||
-rw-r--r-- | public/ng/less/gogs/repository.less | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/public/ng/css/gogs.css b/public/ng/css/gogs.css index b92786de74..8f82e0af3a 100644 --- a/public/ng/css/gogs.css +++ b/public/ng/css/gogs.css @@ -1032,7 +1032,7 @@ The register and sign-in page style } #repo-clone-url { border-right: none; - width: 200px; + width: 190px; border-left: none; } #repo-clone-help { diff --git a/public/ng/less/gogs/repository.less b/public/ng/less/gogs/repository.less index 23d156503b..c86cb7f07f 100644 --- a/public/ng/less/gogs/repository.less +++ b/public/ng/less/gogs/repository.less @@ -95,7 +95,7 @@ background-color: @repoHeaderBgColor; } #repo-clone-url { border-right: none; - width: 200px; + width: 190px; border-left: none; } #repo-clone-help { |