diff options
Diffstat (limited to 'public/css/gogs.css')
-rw-r--r-- | public/css/gogs.css | 3 |
1 files changed, 3 insertions, 0 deletions
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; |