mirror of
https://github.com/go-gitea/gitea
synced 2025-08-09 02:58:20 +00:00
#3076 detect invalid tag name git error
This commit is contained in:
@@ -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;
|
||||
|
@@ -954,6 +954,10 @@
|
||||
.target {
|
||||
min-width: 500px;
|
||||
|
||||
#tag-name {
|
||||
margin-top: -4px;
|
||||
}
|
||||
|
||||
.at {
|
||||
margin-left: -5px;
|
||||
margin-right: 5px;
|
||||
|
Reference in New Issue
Block a user