From c912494609470f10401594391c6f2763684cb624 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Sat, 23 Jul 2016 15:59:19 +0800 Subject: #3076 detect invalid tag name git error --- public/css/gogs.css | 3 +++ 1 file changed, 3 insertions(+) (limited to 'public/css/gogs.css') diff --git a/public/css/gogs.css b/public/css/gogs.css index 1a513b6841..0be12be470 100644 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -1968,6 +1968,9 @@ footer .ui.language .menu { .repository.new.release .target { min-width: 500px; } +.repository.new.release .target #tag-name { + margin-top: -4px; +} .repository.new.release .target .at { margin-left: -5px; margin-right: 5px; -- cgit v1.2.3