fix css rule
This commit is contained in:
parent
e3bdfd51ff
commit
d015d951bd
2 changed files with 31 additions and 29 deletions
2
public/css/gogs.min.css
vendored
2
public/css/gogs.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -12,7 +12,8 @@
|
|||
margin-top: -5px;
|
||||
}
|
||||
}
|
||||
.repository form {
|
||||
.repository.new.fork {
|
||||
form {
|
||||
margin: auto;
|
||||
width: 800px!important;
|
||||
.ui.message {
|
||||
|
@ -46,3 +47,4 @@
|
|||
width: 50%!important;
|
||||
}
|
||||
}
|
||||
}
|
Reference in a new issue