forked from kevadesu/forgejo
Fix IE bug and show errors.
This commit is contained in:
parent
4e2477a1a5
commit
12fb42de5a
5 changed files with 43 additions and 13 deletions
|
@ -1836,4 +1836,11 @@ body {
|
|||
|
||||
#issue-create-form #attached {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
#submit-error {
|
||||
display: none;
|
||||
padding: 10px 15px 15px 15px;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue