diff options
author | Unknwon <u@gogs.io> | 2016-07-23 15:59:19 +0800 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-07-23 15:59:19 +0800 |
commit | c912494609470f10401594391c6f2763684cb624 (patch) | |
tree | 1f8c047fbb9ed1ae0f852d8899cb037dfd80a47e /public/less/_repository.less | |
parent | 69dae1ec1c5265e815c8b0fedff3399438e2e380 (diff) | |
download | gitea-c912494609470f10401594391c6f2763684cb624.tar.gz gitea-c912494609470f10401594391c6f2763684cb624.zip |
#3076 detect invalid tag name git error
Diffstat (limited to 'public/less/_repository.less')
-rw-r--r-- | public/less/_repository.less | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/less/_repository.less b/public/less/_repository.less index da28528d30..023fab0ef4 100644 --- a/public/less/_repository.less +++ b/public/less/_repository.less @@ -954,6 +954,10 @@ .target { min-width: 500px; + #tag-name { + margin-top: -4px; + } + .at { margin-left: -5px; margin-right: 5px; |