From: Unknwon Date: Tue, 16 Sep 2014 02:35:05 +0000 (-0400) Subject: Fix UI X-Git-Tag: v0.9.99~1804^2~9 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=41386fa91a5a4480aea95fa9687e3ce6f4a60c2f;p=gitea.git Fix UI --- 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 {