Browse Source

Fix repo-clone-url input size

pull/4985/head
Julien Kassar 7 years ago committed by GitHub
parent
commit
f2f921f9e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      public/css/gogs.css

3
public/css/gogs.css

@ -2235,6 +2235,9 @@ footer .ui.language .menu {
padding: 5px 10px;
font-size: 1.2em;
}
.repository #repo-clone-url {
width: 190px;
}
.repository.release #release-list {
border-top: 1px solid #DDD;
margin-top: 20px;

Loading…
Cancel
Save