fix css rule
This commit is contained in:
parent
e3bdfd51ff
commit
d015d951bd
File diff suppressed because one or more lines are too long
|
@ -12,7 +12,8 @@
|
||||||
margin-top: -5px;
|
margin-top: -5px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.repository form {
|
.repository.new.fork {
|
||||||
|
form {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
width: 800px!important;
|
width: 800px!important;
|
||||||
.ui.message {
|
.ui.message {
|
||||||
|
@ -45,4 +46,5 @@
|
||||||
textarea {
|
textarea {
|
||||||
width: 50%!important;
|
width: 50%!important;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue