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 {