mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-15 15:46:08 +10:00
form group alignment issue fixed in webhook index page
This commit is contained in:
@@ -511,3 +511,7 @@ pre.light-well {
|
||||
margin-top: -1px;
|
||||
}
|
||||
}
|
||||
|
||||
.form-control-padding-top {
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
= f.text_field :url, class: "form-control", placeholder: 'http://example.com/trigger-ci.json'
|
||||
.form-group
|
||||
= f.label :url, "Trigger", class: 'control-label'
|
||||
.col-sm-10
|
||||
.col-sm-10.form-control-padding-top
|
||||
%div
|
||||
= f.check_box :push_events, class: 'pull-left'
|
||||
.prepend-left-20
|
||||
|
||||
Reference in New Issue
Block a user