Commit 74416daa authored by Thirumal S's avatar Thirumal S

form group alignment issue fixed in webhook index page

parent 72ececfa
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment