summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorUnknwon <joe2010xtmf@163.com>2014-09-15 22:35:05 -0400
committerUnknwon <joe2010xtmf@163.com>2014-09-15 22:35:05 -0400
commit41386fa91a5a4480aea95fa9687e3ce6f4a60c2f (patch)
treea976f88ef7a506fbe6a45a6682878bd97ab2edbf /public
parentea309acdb23f2058478f7e7753e359a6c6256c81 (diff)
downloadgitea-41386fa91a5a4480aea95fa9687e3ce6f4a60c2f.tar.gz
gitea-41386fa91a5a4480aea95fa9687e3ce6f4a60c2f.zip
Fix UI
Diffstat (limited to 'public')
-rw-r--r--public/ng/css/gogs.css2
-rw-r--r--public/ng/less/gogs/repository.less2
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 {