mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
Able to set SSH port when install, update Docker docs
This commit is contained in:
@@ -2,9 +2,10 @@
|
||||
padding-top: 45px;
|
||||
padding-bottom: @footer-margin * 3;
|
||||
form {
|
||||
@input-padding: 320px !important;
|
||||
label {
|
||||
text-align: right;
|
||||
width: 40% !important;
|
||||
width: @input-padding;
|
||||
}
|
||||
input {
|
||||
width: 35% !important;
|
||||
@@ -12,7 +13,7 @@
|
||||
.field {
|
||||
text-align: left;
|
||||
.help {
|
||||
margin-left: 41%;
|
||||
margin-left: @input-padding+15px;
|
||||
}
|
||||
&.optional .title {
|
||||
margin-left: 38%;
|
||||
|
Reference in New Issue
Block a user