mirror of
https://github.com/go-gitea/gitea
synced 2025-07-09 20:17:21 +00:00
* Implement delete release attachment * Add attachments on release edit page * Fix bug * Finish del release attachments * Fix frontend lint * Fix tests * Support edit release attachments * Added tests * Remove the unnecessary parameter isCreate from UpdateReleaseOrCreatReleaseFromTag * Rename UpdateReleaseOrCreatReleaseFromTag to UpdateRelease * Fix middle align Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
@ -1853,6 +1853,13 @@
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
}
|
||||
|
||||
.wrap_remove {
|
||||
height: 38px;
|
||||
}
|
||||
.attachment_edit {
|
||||
width: 450px !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user